comparison h264.h @ 10987:85de0c8a19b7 libavcodec

Added a missing const to ff_h264_get_slice_type().
author fenrir
date Sun, 24 Jan 2010 16:37:12 +0000
parents 007330d2f2b9
children 1c8892d7a090
comparison
equal deleted inserted replaced
10986:4289d95e5022 10987:85de0c8a19b7
615 av_cold void ff_h264_free_context(H264Context *h); 615 av_cold void ff_h264_free_context(H264Context *h);
616 616
617 /** 617 /**
618 * reconstructs bitstream slice_type. 618 * reconstructs bitstream slice_type.
619 */ 619 */
620 int ff_h264_get_slice_type(H264Context *h); 620 int ff_h264_get_slice_type(const H264Context *h);
621 621
622 /** 622 /**
623 * allocates tables. 623 * allocates tables.
624 * needs width/height 624 * needs width/height
625 */ 625 */