Add long names to many AVCodec declarations.

patch by Stefano Sabatini, stefano.sabatini-lala poste it

Originally committed as revision 13005 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini
2008-04-27 10:52:44 +00:00
committed by Diego Biurrun
parent 3ddf7fe945
commit d5202e4fda
61 changed files with 81 additions and 9 deletions

View File

@@ -292,4 +292,5 @@ AVCodec vp5_decoder = {
vp56_free,
vp56_decode_frame,
CODEC_CAP_DR1,
.long_name = "On2 VP5",
};