mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
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:
committed by
Diego Biurrun
parent
3ddf7fe945
commit
d5202e4fda
@@ -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",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user