Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-02 08:18:33 +0300
committerDiego Biurrun <diego@biurrun.de>2009-03-02 08:18:33 +0300
commit0ffbc258aa00b3cd88ff9c8d141a7661655b4571 (patch)
treedc9fcc80638c30124ec080da13e9284d7bed9541 /libavcodec/motionpixels.c
parent421ae271da08865879d1b582bfc55dfc257158d3 (diff)
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
Diffstat (limited to 'libavcodec/motionpixels.c')
-rw-r--r--libavcodec/motionpixels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/motionpixels.c b/libavcodec/motionpixels.c
index 01a94546d2..f69dcf95fe 100644
--- a/libavcodec/motionpixels.c
+++ b/libavcodec/motionpixels.c
@@ -359,5 +359,5 @@ AVCodec motionpixels_decoder = {
mp_decode_end,
mp_decode_frame,
CODEC_CAP_DR1,
- .long_name = NULL_IF_CONFIG_SMALL("Motion Pixels Video"),
+ .long_name = NULL_IF_CONFIG_SMALL("Motion Pixels video"),
};