Mercurial > libavcodec.hg
changeset 6718:c9579699437a libavcodec
Remove leading whitespace in long codec name that was committed in r13017
author | superdump |
---|---|
date | Tue, 29 Apr 2008 08:37:40 +0000 |
parents | 5df0c730234d |
children | e88e719b5e77 |
files | h263dec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/h263dec.c Tue Apr 29 07:24:44 2008 +0000 +++ b/h263dec.c Tue Apr 29 08:37:40 2008 +0000 @@ -763,7 +763,7 @@ 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 = {