summaryrefslogtreecommitdiffstats
path: root/libavcodec/proresenc_anatoliy.c
diff options
context:
space:
mode:
authorMartin Vignali <martin.vignali@gmail.com>2018-10-08 15:51:41 +0200
committerMartin Vignali <martin.vignali@gmail.com>2018-10-18 21:39:06 +0200
commite832d769f46531a07e2e306c8e483661a757b1fc (patch)
treea686f29d4789c9888ed1b324e86a09cb1b8b032c /libavcodec/proresenc_anatoliy.c
parentc51b36ec8f707b34a4ef4a8a470eb854742a99e5 (diff)
downloadffmpeg-streaming-e832d769f46531a07e2e306c8e483661a757b1fc.zip
ffmpeg-streaming-e832d769f46531a07e2e306c8e483661a757b1fc.tar.gz
avcodec/proresenc_aw : use for frame flag in the header the same value than the official encoder
Diffstat (limited to 'libavcodec/proresenc_anatoliy.c')
-rw-r--r--libavcodec/proresenc_anatoliy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/proresenc_anatoliy.c b/libavcodec/proresenc_anatoliy.c
index c723fbf..6b9ce4a 100644
--- a/libavcodec/proresenc_anatoliy.c
+++ b/libavcodec/proresenc_anatoliy.c
@@ -553,7 +553,7 @@ static int prores_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
if (avctx->profile == FF_PROFILE_PRORES_444) {
*buf++ = 0xC2; // 444, not interlaced
} else {
- *buf++ = 0x83; // 422, not interlaced
+ *buf++ = 0x82; // 422, not interlaced
}
*buf++ = 0;
*buf++ = pict->color_primaries;
OpenPOWER on IntegriCloud