summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-01-26 19:46:47 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-01-26 19:46:47 +0000
commite1b6bdbb834fed855a810a1003aa73842f4db456 (patch)
tree297e554788a98f9497de7d68dccdc7c298219074 /libavcodec
parent4f924f9aa0595d8c73c742eaa5b6c8225d808592 (diff)
Change "H.263 Intel" long name to "Intel H.263".
Originally committed as revision 16808 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/h263dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index 4aa8d6d03f..03d758d037 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -799,7 +799,7 @@ AVCodec h263i_decoder = {
ff_h263_decode_end,
ff_h263_decode_frame,
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 = {