From 6140271f545698b7084bb5e02c0cac25e5304289 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 29 Apr 2008 07:24:44 +0000 Subject: Add some long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13017 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libavcodec/dv.c') diff --git a/libavcodec/dv.c b/libavcodec/dv.c index 3983381640..60371136f2 100644 --- a/libavcodec/dv.c +++ b/libavcodec/dv.c @@ -1240,6 +1240,7 @@ AVCodec dvvideo_encoder = { dvvideo_init, dvvideo_encode_frame, .pix_fmts = (enum PixelFormat[]) {PIX_FMT_YUV411P, PIX_FMT_YUV422P, PIX_FMT_YUV420P, -1}, + .long_name = "DV (Digital Video)", }; #endif // CONFIG_DVVIDEO_ENCODER @@ -1254,6 +1255,7 @@ AVCodec dvvideo_decoder = { dvvideo_close, dvvideo_decode_frame, CODEC_CAP_DR1, - NULL + NULL, + .long_name = "DV (Digital Video)", }; #endif -- cgit v1.2.3