aboutsummaryrefslogtreecommitdiff
path: root/gst-libs/ext/libav/libavcodec/h264.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/ext/libav/libavcodec/h264.h')
-rw-r--r--gst-libs/ext/libav/libavcodec/h264.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/ext/libav/libavcodec/h264.h b/gst-libs/ext/libav/libavcodec/h264.h
index 5025538..8680f5f 100644
--- a/gst-libs/ext/libav/libavcodec/h264.h
+++ b/gst-libs/ext/libav/libavcodec/h264.h
@@ -657,7 +657,7 @@ int ff_h264_check_intra4x4_pred_mode(H264Context *h);
/**
* Check if the top & left blocks are available if needed & change the dc mode so it only uses the available blocks.
*/
-int ff_h264_check_intra_pred_mode(H264Context *h, int mode);
+int ff_h264_check_intra_pred_mode(H264Context *h, int mode, int is_chroma);
void ff_h264_hl_decode_mb(H264Context *h);
int ff_h264_frame_start(H264Context *h);