comparison h263dec.c @ 10443:8cf141fae2f3 libavcodec

Add additional long names for the Flash Video decoder and encoder.
author stefano
date Mon, 19 Oct 2009 18:45:44 +0000
parents 6b229807a182
children cdf5b1ed3500
comparison
equal deleted inserted replaced
10442:fc06fc944c6d 10443:8cf141fae2f3
830 ff_h263_decode_init, 830 ff_h263_decode_init,
831 NULL, 831 NULL,
832 ff_h263_decode_end, 832 ff_h263_decode_end,
833 ff_h263_decode_frame, 833 ff_h263_decode_frame,
834 CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1, 834 CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1,
835 .long_name= NULL_IF_CONFIG_SMALL("Flash Video (FLV)"), 835 .long_name= NULL_IF_CONFIG_SMALL("Flash Video (FLV) / Sorenson Spark / Sorenson H.263"),
836 .pix_fmts= ff_pixfmt_list_420, 836 .pix_fmts= ff_pixfmt_list_420,
837 }; 837 };