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
h264: remove a commented out nonsense line
tags/n2.7
Anton Khirnov
10 years ago
parent
65afa65e73
commit
a939e5b252
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/h264.c
+ 0
- 1
libavcodec/h264.c
View File
@@ -632,7 +632,6 @@ av_cold int ff_h264_decode_init(AVCodecContext *avctx)
return ret;
/* set defaults */
// s->decode_mb = ff_h263_decode_mb;
if (!avctx->has_b_frames)
h->low_delay = 1;
Write
Preview
Loading…
Cancel
Save