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
+1
View File
@@ -255,4 +255,5 @@ AVCodec flashsv_decoder = {
flashsv_decode_frame,
CODEC_CAP_DR1,
.pix_fmts = (enum PixelFormat[]){PIX_FMT_BGR24, -1},
.long_name = "Flash Screen Video",
};