Mercurial > libavcodec.hg
comparison eval.c @ 4355:085f24822713 libavcodec
fix a gcc warning, avoid an unnecessary operation
| author | lu_zero |
|---|---|
| date | Tue, 16 Jan 2007 22:07:49 +0000 |
| parents | a15abf56debf |
| children | a96d905dcbaa |
comparison
equal
deleted
inserted
replaced
| 4354:d18568fb0187 | 4355:085f24822713 |
|---|---|
| 108 } | 108 } |
| 109 } | 109 } |
| 110 | 110 |
| 111 if(*next=='B') { | 111 if(*next=='B') { |
| 112 d*=8; | 112 d*=8; |
| 113 *next++; | 113 next++; |
| 114 } | 114 } |
| 115 } | 115 } |
| 116 /* if requested, fill in tail with the position after the last parsed | 116 /* if requested, fill in tail with the position after the last parsed |
| 117 character */ | 117 character */ |
| 118 if (tail) | 118 if (tail) |
