Merge commit '59444c76e6d43529a12dbd80b6dd29c6ba4079a9'

* commit '59444c76e6d43529a12dbd80b6dd29c6ba4079a9':
  avconv: add stream-global side data to the first demuxed packet

Conflicts:
	ffmpeg.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2014-03-24 14:44:22 +01:00
2 changed files with 20 additions and 0 deletions

View File

@ -262,6 +262,9 @@ typedef struct InputStream {
int top_field_first;
int guess_layout_max;
/* number of packets successfully read for this stream */
uint64_t nb_packets;
int resample_height;
int resample_width;
int resample_pix_fmt;