From a20df85886abf3ba2aafb3598719701dfbae2ea3 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 27 Jul 2010 15:54:26 +0000 Subject: Fix doxy that refers to the wrong variable. Originally committed as revision 24549 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpeg12.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpeg12.c') diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c index 0af24ad80a..6a331eb3fc 100644 --- a/libavcodec/mpeg12.c +++ b/libavcodec/mpeg12.c @@ -1168,7 +1168,7 @@ typedef struct Mpeg1Context { MpegEncContext mpeg_enc_ctx; int mpeg_enc_ctx_allocated; /* true if decoding context allocated */ int repeat_field; /* true if we must repeat the field */ - AVPanScan pan_scan; /** some temporary storage for the panscan */ + AVPanScan pan_scan; /**< some temporary storage for the panscan */ int slice_count; int swap_uv;//indicate VCR2 int save_aspect_info; -- cgit v1.2.3