Remove leading whitespace in long codec name that was committed in r13017

Originally committed as revision 13018 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Robert Swain 2008-04-29 08:37:40 +00:00
parent 6140271f54
commit 34d71ebe94
1 changed files with 1 additions and 1 deletions

View File

@ -763,7 +763,7 @@ AVCodec msmpeg4v2_decoder = {
ff_h263_decode_end,
ff_h263_decode_frame,
CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1,
.long_name=" MPEG-4 part 2 Microsoft variant version 2",
.long_name="MPEG-4 part 2 Microsoft variant version 2",
};
AVCodec msmpeg4v3_decoder = {