From 0ffbc258aa00b3cd88ff9c8d141a7661655b4571 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 2 Mar 2009 05:18:33 +0000 Subject: Change a bunch of codec long_names to be more consistent and descriptive. Originally committed as revision 17716 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/interplayvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/interplayvideo.c') diff --git a/libavcodec/interplayvideo.c b/libavcodec/interplayvideo.c index 83a9a47ef9..2fbc6a1829 100644 --- a/libavcodec/interplayvideo.c +++ b/libavcodec/interplayvideo.c @@ -942,5 +942,5 @@ AVCodec interplay_video_decoder = { ipvideo_decode_end, ipvideo_decode_frame, CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("Interplay MVE Video"), + .long_name = NULL_IF_CONFIG_SMALL("Interplay MVE video"), }; -- cgit v1.2.3