mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Remove unused variable. Seems i forgot to commit this.
Originally committed as revision 22012 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a15fdd7ce3
commit
5c34e36a23
@ -269,7 +269,6 @@ typedef struct H264Context{
|
||||
* Used to parse AVC variant of h264
|
||||
*/
|
||||
int is_avc; ///< this flag is != 0 if codec is avc1
|
||||
int got_avcC; ///< flag used to parse avcC data only once
|
||||
int nal_length_size; ///< Number of bytes used for nal length (1, 2 or 4)
|
||||
|
||||
int chroma_qp[2]; //QPc
|
||||
|
Loading…
Reference in New Issue
Block a user