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/kmvc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/kmvc.c') diff --git a/libavcodec/kmvc.c b/libavcodec/kmvc.c index 160af3aeb7..ae2c613350 100644 --- a/libavcodec/kmvc.c +++ b/libavcodec/kmvc.c @@ -410,5 +410,6 @@ AVCodec kmvc_decoder = { decode_init, NULL, decode_end, - decode_frame + decode_frame, + .long_name = "Karl Morton's video codec", }; -- cgit v1.2.3