]> git.sesse.net Git - ffmpeg/commit
avformat/librist: rework librist_read
authorMarton Balint <cus@passwd.hu>
Sat, 6 Mar 2021 20:48:57 +0000 (21:48 +0100)
committerMarton Balint <cus@passwd.hu>
Sat, 13 Mar 2021 16:36:48 +0000 (17:36 +0100)
commit4b1e387e259ab0d6e7c4f7f010736b64938c4939
tree2d073f8acaf5f38ca9a0713250fd9385eede882e
parent4098f809d605fc540870883a9f91880e13ce1d6b
avformat/librist: rework librist_read

Queue tracking makes no difference so remove it, return EAGAIN of no data is
available and rist data block needs to be freed even for zero sized packets.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/librist.c