[FFmpeg-cvslog] r13529 - trunk/libavcodec/asv1.c
diego
subversion
Thu May 29 13:04:42 CEST 2008
Author: diego
Date: Thu May 29 13:04:42 2008
New Revision: 13529
Log:
Add ASUS V1/V2 decoder codec long names.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Modified:
trunk/libavcodec/asv1.c
Modified: trunk/libavcodec/asv1.c
==============================================================================
--- trunk/libavcodec/asv1.c (original)
+++ trunk/libavcodec/asv1.c Thu May 29 13:04:42 2008
@@ -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
More information about the ffmpeg-cvslog
mailing list