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
This commit is contained in:
Stefano Sabatini 2008-05-14 16:30:37 +00:00 committed by Diego Biurrun
parent 9203741a46
commit 7c55e71d51
1 changed files with 1 additions and 0 deletions

View File

@ -267,5 +267,6 @@ AVCodec mdec_decoder = {
decode_end,
decode_frame,
CODEC_CAP_DR1,
.long_name="Sony PlayStation MDEC (Motion DECoder)",
};