mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Add ASUS V1/V2 decoder codec long names.
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13529 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5dcfe9f898
commit
09d9087d26
@ -615,6 +615,7 @@ AVCodec asv1_decoder = {
|
|||||||
decode_end,
|
decode_end,
|
||||||
decode_frame,
|
decode_frame,
|
||||||
CODEC_CAP_DR1,
|
CODEC_CAP_DR1,
|
||||||
|
.long_name= "ASUS V1",
|
||||||
};
|
};
|
||||||
|
|
||||||
AVCodec asv2_decoder = {
|
AVCodec asv2_decoder = {
|
||||||
@ -627,6 +628,7 @@ AVCodec asv2_decoder = {
|
|||||||
decode_end,
|
decode_end,
|
||||||
decode_frame,
|
decode_frame,
|
||||||
CODEC_CAP_DR1,
|
CODEC_CAP_DR1,
|
||||||
|
.long_name= "ASUS V2",
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef CONFIG_ENCODERS
|
#ifdef CONFIG_ENCODERS
|
||||||
|
Loading…
Reference in New Issue
Block a user