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/dvbsub.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/dvbsub.c') diff --git a/libavcodec/dvbsub.c b/libavcodec/dvbsub.c index a1594edd03..f7a719a045 100644 --- a/libavcodec/dvbsub.c +++ b/libavcodec/dvbsub.c @@ -408,4 +408,5 @@ AVCodec dvbsub_encoder = { sizeof(DVBSubtitleContext), NULL, dvbsub_encode, + .long_name = "DVB subtitles", }; -- cgit v1.2.1