Re: [FFmpeg-devel] [PATCH 1/2] avcodec/bsf: Check side data when setting BSF EOF flag.

2016-07-22 Thread Nicolas George
Le quintidi 5 thermidor, an CCXXIV, sebechlebsky...@gmail.com a écrit : > I believe that side data should be checked too, and > EOF flag set only when both data and side data are > not present. > > I was testing new list BSF API I was working on, > and with simple pass-though (empty list)

[FFmpeg-devel] [PATCH 1/2] avcodec/bsf: Check side data when setting BSF EOF flag.

2016-07-22 Thread sebechlebskyjan
From: Jan Sebechlebsky Set BSF EOF flag only if pkt == NULL or both data and side data are not present in packet. Signed-off-by: Jan Sebechlebsky --- I believe that side data should be checked too, and EOF flag set only when both data