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/ptx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/ptx.c') diff --git a/libavcodec/ptx.c b/libavcodec/ptx.c index bbd40096ee..294d14eafc 100644 --- a/libavcodec/ptx.c +++ b/libavcodec/ptx.c @@ -113,5 +113,6 @@ AVCodec ptx_decoder = { ptx_end, ptx_decode_frame, 0, - NULL + NULL, + .long_name = "V.Flash PTX image", }; -- cgit v1.2.3