diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-02 05:18:33 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-02 05:18:33 +0000 |
commit | 0ffbc258aa00b3cd88ff9c8d141a7661655b4571 (patch) | |
tree | dc9fcc80638c30124ec080da13e9284d7bed9541 /libavcodec/nuv.c | |
parent | 421ae271da08865879d1b582bfc55dfc257158d3 (diff) | |
download | ffmpeg-0ffbc258aa00b3cd88ff9c8d141a7661655b4571.tar.gz |
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/nuv.c')
-rw-r--r-- | libavcodec/nuv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/nuv.c b/libavcodec/nuv.c index 08f4b79b95..109ef41a8c 100644 --- a/libavcodec/nuv.c +++ b/libavcodec/nuv.c @@ -280,6 +280,6 @@ AVCodec nuv_decoder = { decode_end, decode_frame, CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("NuppelVideo"), + .long_name = NULL_IF_CONFIG_SMALL("NuppelVideo/RTJPEG"), }; |