mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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:
parent
6140271f54
commit
34d71ebe94
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user