X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/blobdiff_plain/30bad2e2de93a9e689a95d19440c70db667b1ece..HEAD:/ffmpeg.c diff --git a/ffmpeg.c b/ffmpeg.c index ef7b17d34..5f407c96c 100644 --- a/ffmpeg.c +++ b/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 */