From bcdb2378f77daa2e7cf21039bb6247c197af8e0c Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 29 Apr 2008 21:31:21 +0000 Subject: Add long names to some AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13022 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/tiertexseqv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/tiertexseqv.c') diff --git a/libavcodec/tiertexseqv.c b/libavcodec/tiertexseqv.c index 60e5736d68..11766cbc8c 100644 --- a/libavcodec/tiertexseqv.c +++ b/libavcodec/tiertexseqv.c @@ -227,4 +227,5 @@ AVCodec tiertexseqvideo_decoder = { seqvideo_decode_end, seqvideo_decode_frame, CODEC_CAP_DR1, + .long_name = "Tiertex Limited SEQ video", }; -- cgit v1.2.3