Commit 09d9087d authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Diego Biurrun

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
parent 5dcfe9f8
......@@ -615,6 +615,7 @@ AVCodec asv1_decoder = {
decode_end,
decode_frame,
CODEC_CAP_DR1,
.long_name= "ASUS V1",
};
AVCodec asv2_decoder = {
......@@ -627,6 +628,7 @@ AVCodec asv2_decoder = {
decode_end,
decode_frame,
CODEC_CAP_DR1,
.long_name= "ASUS V2",
};
#ifdef CONFIG_ENCODERS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment