# HG changeset patch # User michael # Date 1262835270 0 # Node ID 89a464c5fad52485ae390603dd3182dc07fe82bc # Parent ec6cbd8fcd6caec1d2c633be67fa52a6169d139b Mark h263_get_picture_format() av_const to indicate that it has no funny sideeffects and reads no global memory. diff -r ec6cbd8fcd6c -r 89a464c5fad5 mpegvideo.h --- a/mpegvideo.h Thu Jan 07 03:30:45 2010 +0000 +++ b/mpegvideo.h Thu Jan 07 03:34:30 2010 +0000 @@ -845,7 +845,7 @@ * that represents some standard picture dimensions or indicates that * width&height are explicitly stored later. */ -int h263_get_picture_format(int width, int height); +int av_const h263_get_picture_format(int width, int height); void ff_mpeg4_encode_video_packet_header(MpegEncContext *s); void ff_mpeg4_clean_buffers(MpegEncContext *s);