瀏覽代碼

Copy input codec's chroma_sample_location to output codec when transcoding.
Currently only used by yuv4mpeg.

Originally committed as revision 18799 to svn://svn.ffmpeg.org/ffmpeg/trunk

David Conrad 16 年之前
父節點
當前提交
de96180137
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ffmpeg.c

+ 1 - 0
ffmpeg.c

@@ -1749,6 +1749,7 @@ static int av_encode(AVFormatContext **output_files,
 
         ost->st->disposition = ist->st->disposition;
         codec->bits_per_raw_sample= icodec->bits_per_raw_sample;
+        codec->chroma_sample_location = icodec->chroma_sample_location;
 
         if (ost->st->stream_copy) {
             /* if stream_copy is selected, no need to decode or encode */