avviddec rebase
authorSebastian Dröge <sebastian@centricular.com>
Fri, 3 Jan 2014 15:27:11 +0000 (16:27 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 3 Jan 2014 15:27:11 +0000 (16:27 +0100)
ext/libav/gstavvidenc.c

index 45c752c..19f7e9d 100644 (file)
@@ -346,6 +346,7 @@ gst_ffmpegvidenc_set_format (GstVideoEncoder * encoder,
   ffmpegenc->context->coder_type = 0;
   ffmpegenc->context->context_model = 0;
   ffmpegenc->context->scenechange_threshold = 0;
+  ffmpegenc->context->inter_threshold = 0;
 
   /* and last but not least the pass; CBR, 2-pass, etc */
   ffmpegenc->context->flags |= ffmpegenc->pass;