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
libx264: remove useless assignment
priv_data is memset to 0.
tags/n0.9
Anton Khirnov
14 years ago
parent
459fe331e9
commit
d8dee0e7bd
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/libx264.c
+ 0
- 1
libavcodec/libx264.c
View File
@@ -187,7 +187,6 @@ static av_cold int X264_init(AVCodecContext *avctx)
{
X264Context *x4 = avctx->priv_data;
x4->sei_size = 0;
x264_param_default(&x4->params);
x4->params.i_keyint_max = avctx->gop_size;
Write
Preview
Loading…
Cancel
Save