1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-15 12:44:47 +02:00

Change "H.263 Intel" long name to "Intel H.263".

Originally committed as revision 16808 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2009-01-26 19:46:47 +00:00
parent 4f924f9aa0
commit e1b6bdbb83

View File

@ -799,7 +799,7 @@ AVCodec h263i_decoder = {
ff_h263_decode_end, ff_h263_decode_end,
ff_h263_decode_frame, ff_h263_decode_frame,
CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1, CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("H.263 Intel"), .long_name = NULL_IF_CONFIG_SMALL("Intel H.263"),
}; };
AVCodec flv_decoder = { AVCodec flv_decoder = {