]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/nvdec_mpeg12.c
avcodec/mediacodecdec: re-indent after previous commit
[ffmpeg] / libavcodec / nvdec_mpeg12.c
index 7293d5055548055f8ca00e72d80660f28f913a6b..300e1d3d88d7f7ed088777ac42a78fd96f5d5fb9 100644 (file)
@@ -87,7 +87,7 @@ static int nvdec_mpeg12_frame_params(AVCodecContext *avctx,
                                   AVBufferRef *hw_frames_ctx)
 {
     // Each frame can at most have one P and one B reference
-    return ff_nvdec_frame_params(avctx, hw_frames_ctx, 2);
+    return ff_nvdec_frame_params(avctx, hw_frames_ctx, 2, 0);
 }
 
 #if CONFIG_MPEG2_NVDEC_HWACCEL