]> git.sesse.net Git - ffmpeg/commit
avformat/libsrt: fix or simplify some function return values
authorMarton Balint <cus@passwd.hu>
Sat, 30 Jan 2021 23:25:14 +0000 (00:25 +0100)
committerMarton Balint <cus@passwd.hu>
Sun, 7 Feb 2021 18:42:22 +0000 (19:42 +0100)
commit5cf01ed5cdfafbb494ca1725b5408555abc9f223
tree5235d2cc7bb5e1dafc8b87527abfeb404238cf3f
parentd4e4ffd348ca39b66c79007ad1961f3303781d52
avformat/libsrt: fix or simplify some function return values

Sometimes there was a confusion between srt_*() function return values and
libavformat-style return values.

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