comparison h264.h @ 11267:e9163a5b650f libavcodec

Remove unused variable. Seems i forgot to commit this.
author michael
date Wed, 24 Feb 2010 01:56:27 +0000
parents 3fbc764c4848
children e817a3c2ec2e
comparison
equal deleted inserted replaced
11266:7de903afbd92 11267:e9163a5b650f
267 267
268 /** 268 /**
269 * Used to parse AVC variant of h264 269 * Used to parse AVC variant of h264
270 */ 270 */
271 int is_avc; ///< this flag is != 0 if codec is avc1 271 int is_avc; ///< this flag is != 0 if codec is avc1
272 int got_avcC; ///< flag used to parse avcC data only once
273 int nal_length_size; ///< Number of bytes used for nal length (1, 2 or 4) 272 int nal_length_size; ///< Number of bytes used for nal length (1, 2 or 4)
274 273
275 int chroma_qp[2]; //QPc 274 int chroma_qp[2]; //QPc
276 275
277 int qp_thresh; ///< QP threshold to skip loopfilter 276 int qp_thresh; ///< QP threshold to skip loopfilter