diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-05-14 16:30:37 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-14 16:30:37 +0000 |
commit | 7c55e71d51f3e9bd86d2eb4379160a8c3acb9f0a (patch) | |
tree | 150832c33a7c9ced22610096b14004d6e17307d6 /libavcodec/mdec.c | |
parent | 9203741a46b09bfc027c4f6aa4f354fcf87cfe9c (diff) | |
download | ffmpeg-7c55e71d51f3e9bd86d2eb4379160a8c3acb9f0a.tar.gz |
Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it.
Originally committed as revision 13154 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mdec.c')
-rw-r--r-- | libavcodec/mdec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c index 356e0316b3..1105acf190 100644 --- a/libavcodec/mdec.c +++ b/libavcodec/mdec.c @@ -267,5 +267,6 @@ AVCodec mdec_decoder = { decode_end, decode_frame, CODEC_CAP_DR1, + .long_name="Sony PlayStation MDEC (Motion DECoder)", }; |