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/8bps.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/8bps.c') diff --git a/libavcodec/8bps.c b/libavcodec/8bps.c index 57c4ec1939..dc63dae58f 100644 --- a/libavcodec/8bps.c +++ b/libavcodec/8bps.c @@ -230,4 +230,5 @@ AVCodec eightbps_decoder = { decode_end, decode_frame, CODEC_CAP_DR1, + .long_name = "QuickTime 8BPS video", }; -- cgit v1.2.3