This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it
Originally committed as revision 9842 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
18 years ago
parent
b9ca204284
commit
5bfbf0a54f
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/mpeg12.c
+ 0
- 1
libavcodec/mpeg12.c
View File
@@ -1739,7 +1739,6 @@ static int mpeg_decode_slice(Mpeg1Context *s1, int mb_y,
#endif
ret = mpeg_decode_mb(s, s->block);
s->chroma_qscale= s->qscale;
dprintf(s->avctx, "ret=%d\n", ret);
if (ret < 0)
Write
Preview
Loading…
Cancel
Save