# HG changeset patch # User bcoudurier # Date 1234073510 0 # Node ID d529e239a510b36688d512948702a2211b837801 # Parent 153d7e5d5a5b8e9204392a76d4b77d8a2be3015e 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. diff -r 153d7e5d5a5b -r d529e239a510 utils.c --- a/utils.c Sun Feb 08 06:03:10 2009 +0000 +++ b/utils.c Sun Feb 08 06:11:50 2009 +0000 @@ -1032,7 +1032,7 @@ { int i; int n = FF_ARRAY_ELEMS(video_frame_size_abbrs); - const char *p; + char *p; int frame_width = 0, frame_height = 0; for(i=0;i