diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-07-27 15:54:26 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-07-27 15:54:26 +0000 |
commit | a20df85886abf3ba2aafb3598719701dfbae2ea3 (patch) | |
tree | 33183e15ebb3b1a12fe9f50efad489ffa715ae71 /libavcodec/mpeg12.c | |
parent | facdd25df2efe089fd2e2dcd93b86d88bea6b33b (diff) | |
download | ffmpeg-a20df85886abf3ba2aafb3598719701dfbae2ea3.tar.gz |
Fix doxy that refers to the wrong variable.
Originally committed as revision 24549 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg12.c')
-rw-r--r-- | libavcodec/mpeg12.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |