comparison 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
comparison
equal deleted inserted replaced
12282:f31ba4ca1397 12283:a08f20066719
1166 1166
1167 typedef struct Mpeg1Context { 1167 typedef struct Mpeg1Context {
1168 MpegEncContext mpeg_enc_ctx; 1168 MpegEncContext mpeg_enc_ctx;
1169 int mpeg_enc_ctx_allocated; /* true if decoding context allocated */ 1169 int mpeg_enc_ctx_allocated; /* true if decoding context allocated */
1170 int repeat_field; /* true if we must repeat the field */ 1170 int repeat_field; /* true if we must repeat the field */
1171 AVPanScan pan_scan; /** some temporary storage for the panscan */ 1171 AVPanScan pan_scan; /**< some temporary storage for the panscan */
1172 int slice_count; 1172 int slice_count;
1173 int swap_uv;//indicate VCR2 1173 int swap_uv;//indicate VCR2
1174 int save_aspect_info; 1174 int save_aspect_info;
1175 int save_width, save_height, save_progressive_seq; 1175 int save_width, save_height, save_progressive_seq;
1176 AVRational frame_rate_ext; ///< MPEG-2 specific framerate modificator 1176 AVRational frame_rate_ext; ///< MPEG-2 specific framerate modificator