]> git.sesse.net Git - ffmpeg/commit
avcodec/v210enc: Pass through A53 CC data
authorDevin Heitmueller <dheitmueller@ltnglobal.com>
Fri, 7 Sep 2018 19:40:24 +0000 (15:40 -0400)
committerMarton Balint <cus@passwd.hu>
Sun, 9 Sep 2018 20:42:26 +0000 (22:42 +0200)
commit6a9abe9ec333638b7818dac8ab60d006d5533c4a
tree2c93ce0957e81f2b9f423ae14529c36b0b815dcb
parentedafb9f529911438978ce025d45d11e3d8f57eb0
avcodec/v210enc: Pass through A53 CC data

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

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