OSDN Git Service

Merge commit '3d1d175367f1f22e0c4952299a258272e2e2acf1'
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 9 Dec 2013 21:16:27 +0000 (22:16 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 9 Dec 2013 21:16:27 +0000 (22:16 +0100)
* commit '3d1d175367f1f22e0c4952299a258272e2e2acf1':
  mpeg12enc: set frame packing information when relevant metadata is found

Conflicts:
libavcodec/mpeg12enc.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
1  2 
libavcodec/mpeg12enc.c

  #include <stdint.h>
  
  #include "libavutil/attributes.h"
 +#include "libavutil/avassert.h"
  #include "libavutil/log.h"
  #include "libavutil/opt.h"
 +#include "libavutil/timecode.h"
+ #include "libavutil/stereo3d.h"
  #include "avcodec.h"
  #include "bytestream.h"
  #include "mathops.h"