]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264.h
h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list()
[ffmpeg] / libavcodec / h264.h
index 4590bdb5dec5058e8f598d201a35609d92c52d10..f551d79209a56456e9247048336bcf062019662e 100644 (file)
@@ -663,11 +663,6 @@ extern const uint16_t ff_h264_mb_sizes[4];
 int ff_h264_decode_seq_parameter_set(GetBitContext *gb, AVCodecContext *avctx,
                                      H264ParamSets *ps);
 
-/**
- * compute profile from sps
- */
-int ff_h264_get_profile(const SPS *sps);
-
 /**
  * Decode PPS
  */
@@ -691,8 +686,8 @@ int ff_h264_get_slice_type(const H264SliceContext *sl);
  */
 int ff_h264_alloc_tables(H264Context *h);
 
-int ff_h264_decode_ref_pic_list_reordering(H264Context *h, H264SliceContext *sl);
-void ff_h264_fill_mbaff_ref_list(H264Context *h, H264SliceContext *sl);
+int ff_h264_decode_ref_pic_list_reordering(const H264Context *h, H264SliceContext *sl);
+void ff_h264_fill_mbaff_ref_list(H264SliceContext *sl);
 void ff_h264_remove_all_refs(H264Context *h);
 
 /**