summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-04-11 10:05:25 +0200
committerAnton Khirnov <anton@khirnov.net>2016-04-24 10:06:24 +0200
commit755f79f84cbeb5d749fb120e55e0098a2d7663a0 (patch)
treec0e67af7e96d5ca72fdc8261cd1e14212d0bbc24 /libavcodec/h264.h
parenta2fd547839d3ef8f342b6f2c096d0887675d3b1a (diff)
h264_refs: make the H264Context const where possible
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index ac6074bcf1..580c821c23 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -686,7 +686,7 @@ 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);
+int ff_h264_decode_ref_pic_list_reordering(const H264Context *h, H264SliceContext *sl);
void ff_h264_fill_mbaff_ref_list(H264Context *h, H264SliceContext *sl);
void ff_h264_remove_all_refs(H264Context *h);