]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264_picture.c
libavformat/webm_chunk: Option to specify HTTP header
[ffmpeg] / libavcodec / h264_picture.c
index 7e2adda48f7c155264942800ab1ac41999cea6de..f634d2a1a705a2731248dd45dbc2cdc7dc778b40 100644 (file)
@@ -33,7 +33,7 @@
 #include "cabac_functions.h"
 #include "error_resilience.h"
 #include "avcodec.h"
-#include "h264.h"
+#include "h264dec.h"
 #include "h264data.h"
 #include "h264chroma.h"
 #include "h264_mvpred.h"
@@ -164,7 +164,7 @@ int ff_h264_field_end(H264Context *h, H264SliceContext *sl, int in_setup)
 
     if (in_setup || !(avctx->active_thread_type & FF_THREAD_FRAME)) {
         if (!h->droppable) {
-            err = ff_h264_execute_ref_pic_marking(h, h->mmco, h->mmco_index);
+            err = ff_h264_execute_ref_pic_marking(h);
             h->poc.prev_poc_msb = h->poc.poc_msb;
             h->poc.prev_poc_lsb = h->poc.poc_lsb;
         }