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/rv30.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/rv30.c') diff --git a/libavcodec/rv30.c b/libavcodec/rv30.c index 2e90d8e9bd..944d8fd0b4 100644 --- a/libavcodec/rv30.c +++ b/libavcodec/rv30.c @@ -144,4 +144,5 @@ AVCodec rv30_decoder = { ff_rv34_decode_end, ff_rv34_decode_frame, CODEC_CAP_DR1 | CODEC_CAP_DELAY, + .long_name = "RealVideo 3.0", }; -- cgit v1.2.3