diff mpeg12.c @ 12283:a08f20066719 libavcodec

Fix doxy that refers to the wrong variable.
author michael
date Tue, 27 Jul 2010 15:54:26 +0000
parents c35d7bc64882
children
line wrap: on
line diff
--- a/mpeg12.c	Tue Jul 27 10:08:34 2010 +0000
+++ b/mpeg12.c	Tue Jul 27 15:54:26 2010 +0000
@@ -1168,7 +1168,7 @@
     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;