comparison h263dec.c @ 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 e943e1409077
comparison
equal deleted inserted replaced
6717:5df0c730234d 6718:c9579699437a
761 ff_h263_decode_init, 761 ff_h263_decode_init,
762 NULL, 762 NULL,
763 ff_h263_decode_end, 763 ff_h263_decode_end,
764 ff_h263_decode_frame, 764 ff_h263_decode_frame,
765 CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1, 765 CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1,
766 .long_name=" MPEG-4 part 2 Microsoft variant version 2", 766 .long_name="MPEG-4 part 2 Microsoft variant version 2",
767 }; 767 };
768 768
769 AVCodec msmpeg4v3_decoder = { 769 AVCodec msmpeg4v3_decoder = {
770 "msmpeg4", 770 "msmpeg4",
771 CODEC_TYPE_VIDEO, 771 CODEC_TYPE_VIDEO,