Re: [FFmpeg-devel] [PATCH v2 6/7] v210enc: Pass through bar data

2023-06-30 Thread Devin Heitmueller
Hi Kieran, On Fri, Jun 30, 2023 at 6:41 PM Kieran Kunhya wrote: > > On Fri, 30 Jun 2023 at 21:42, Devin Heitmueller > wrote: >> >> When encoding to V210, make sure the bar side data makes it through >> in the resulting AVPacket. This is needed so the decklink output >> module can put out bar d

Re: [FFmpeg-devel] [PATCH v2 6/7] v210enc: Pass through bar data

2023-06-30 Thread Kieran Kunhya
On Fri, 30 Jun 2023 at 21:42, Devin Heitmueller < devin.heitmuel...@ltnglobal.com> wrote: > When encoding to V210, make sure the bar side data makes it through > in the resulting AVPacket. This is needed so the decklink output > module can put out bar data as VANC when in 10-bit mode. > ff_decod

[FFmpeg-devel] [PATCH v2 6/7] v210enc: Pass through bar data

2023-06-30 Thread Devin Heitmueller
When encoding to V210, make sure the bar side data makes it through in the resulting AVPacket. This is needed so the decklink output module can put out bar data as VANC when in 10-bit mode. Signed-off-by: Devin Heitmueller --- libavcodec/v210enc.c | 8 1 file changed, 8 insertions(+)