[FFmpeg-cvslog] r21044 - trunk/libavcodec/mpegvideo.h

michael subversion
Thu Jan 7 04:34:30 CET 2010


Author: michael
Date: Thu Jan  7 04:34:30 2010
New Revision: 21044

Log:
Mark h263_get_picture_format() av_const to indicate that it has no funny
sideeffects and reads no global memory.

Modified:
   trunk/libavcodec/mpegvideo.h

Modified: trunk/libavcodec/mpegvideo.h
==============================================================================
--- trunk/libavcodec/mpegvideo.h	Thu Jan  7 04:30:45 2010	(r21043)
+++ trunk/libavcodec/mpegvideo.h	Thu Jan  7 04:34:30 2010	(r21044)
@@ -845,7 +845,7 @@ int ff_mpeg4_decode_mb(MpegEncContext *s
  * 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);



More information about the ffmpeg-cvslog mailing list