From 162d4fc99d07fcd3322aee9bcc99f045463da2b7 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 27 Apr 2008 22:39:51 +0000 Subject: Add long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13009 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vc1.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libavcodec/vc1.c') diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index 7621acb751..c4cac00532 100644 --- a/libavcodec/vc1.c +++ b/libavcodec/vc1.c @@ -4136,7 +4136,8 @@ AVCodec vc1_decoder = { vc1_decode_end, vc1_decode_frame, CODEC_CAP_DELAY, - NULL + NULL, + .long_name = "SMPTE VC-1", }; AVCodec wmv3_decoder = { @@ -4149,5 +4150,6 @@ AVCodec wmv3_decoder = { vc1_decode_end, vc1_decode_frame, CODEC_CAP_DELAY, - NULL + NULL, + .long_name = "Windows Media Video 9", }; -- cgit v1.2.3