[FFmpeg-devel] [PATCH] lavf/srt: fix build fail when used the libsrt 1.4.1

Moritz Barsnick barsnick at gmx.net
Tue Jul 14 16:47:13 EEST 2020


On Sun, Jul 12, 2020 at 22:44:46 +0800, mypopy at gmail.com wrote:
> Maybe I give an inaccurate description in the commit message, in fact,
> libsrt 1.4.1 remove the SRTO_STRICTENC/SRTO_SMOOTHER option, it's will
> lead to FFmpeg build fail when using libsrt  version >= 1.4.1

I don't mind you description. Yet your code change references 1.4.1:
    SRT_VERSION_VALUE >= 0x010401
while I am trying to make the point that 1.4.0 also needs this change
(or 1.3.0 in one case, which is already ensured by #if).

Moritz


More information about the ffmpeg-devel mailing list