Re: [FFmpeg-devel] [PATCH V4 0/2] Enable other srt options.

2019-12-09 Thread myp...@gmail.com
Ping On Wed, Dec 4, 2019 at 10:13 PM Jun Zhao wrote: > > V4: - changed the option enforced_encryption type from int to bool. > tks Michael & Moritz's comments. > - add range info in the docs. tks Gyan's comments. > > V3: - add more details for linger options. tks Andriy Gelman's comment

[FFmpeg-devel] [PATCH V4 0/2] Enable other srt options.

2019-12-04 Thread Jun Zhao
V4: - changed the option enforced_encryption type from int to bool. tks Michael & Moritz's comments. - add range info in the docs. tks Gyan's comments. V3: - add more details for linger options. tks Andriy Gelman's comments. - fix minor typo in commit message. V2: - correct the com