summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-05-29 11:04:42 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-29 11:04:42 +0000
commit09d9087d26a81a93bd0dff55e947b77775e760ba (patch)
tree81cef6d0b4ebafa544a7454584d253009d0a2bf7
parent5dcfe9f8984d36bdc53d4a99a8ce07003515643c (diff)
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
-rw-r--r--libavcodec/asv1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/asv1.c b/libavcodec/asv1.c
index 0e80a610e4..bed7e75f54 100644
--- a/libavcodec/asv1.c
+++ b/libavcodec/asv1.c
@@ -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