]> git.sesse.net Git - ffmpeg/commit
avcodec/v210enc: Pass through Active Format Description (AFD) data
authorDevin Heitmueller <dheitmueller@ltnglobal.com>
Fri, 7 Sep 2018 19:40:27 +0000 (15:40 -0400)
committerMarton Balint <cus@passwd.hu>
Sun, 9 Sep 2018 20:42:26 +0000 (22:42 +0200)
commitfb9d4f5c3e27be34d13958325ff84fffa0dea70f
tree316be0a8bd91621c51d3db5d617f1b75b59da523
parent35498c124a81d4207e34e115840138d71307c2e3
avcodec/v210enc: Pass through Active Format Description (AFD) data

When encoding to V210, make sure the AFD side data makes it through
in the resulting AVPacket.  This is needed so the decklink output
module can put out AFD when in 10-bit mode.

Signed-off-by: Devin Heitmueller <dheitmueller@ltnglobal.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
libavcodec/v210enc.c