OSDN Git Service

Remove 'const' qualifier from variable in av_parse_video_frame_size().
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 8 Feb 2009 06:11:50 +0000 (06:11 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 8 Feb 2009 06:11:50 +0000 (06:11 +0000)
commit8468664bd88a7e7f1c06c6bd44a9b13e25313e4f
tree801e291c0cc0b328a1e8cd7de38d9a8157e5430c
parent8eb027c83cb07a3841e560b867c25103461d47b7
Remove 'const' qualifier from variable in av_parse_video_frame_size().
Thus only one warning is printed due to assignment instead of 2 from strtol.

Originally committed as revision 17045 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/utils.c