From a7da517f6a5c472f46f67dd33bb6b95ccc919923 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 19 Aug 2013 14:24:45 +0200 Subject: h264data: Move all data tables from a header to a .c file --- libavcodec/h264_slice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h264_slice.c') diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c index b44aa3e3a4..408cc48d73 100644 --- a/libavcodec/h264_slice.c +++ b/libavcodec/h264_slice.c @@ -1081,7 +1081,7 @@ int ff_h264_decode_slice_header(H264Context *h, H264SliceContext *sl) } else sl->slice_type_fixed = 0; - slice_type = golomb_to_pict_type[slice_type]; + slice_type = ff_h264_golomb_to_pict_type[slice_type]; sl->slice_type = slice_type; sl->slice_type_nos = slice_type & 3; -- cgit v1.2.3