Mercurial > libavcodec.hg
changeset 6931:8decc970f9c8 libavcodec
Add ASUS V1/V2 decoder codec long names.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
author | diego |
---|---|
date | Thu, 29 May 2008 11:04:42 +0000 |
parents | a19d295fe2b6 |
children | ea72fccbfc3b |
files | asv1.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/asv1.c Wed May 28 23:56:25 2008 +0000 +++ b/asv1.c Thu May 29 11:04:42 2008 +0000 @@ -615,6 +615,7 @@ decode_end, decode_frame, CODEC_CAP_DR1, + .long_name= "ASUS V1", }; AVCodec asv2_decoder = { @@ -627,6 +628,7 @@ decode_end, decode_frame, CODEC_CAP_DR1, + .long_name= "ASUS V2", }; #ifdef CONFIG_ENCODERS