[FFmpeg-cvslog] doc/ffmpeg: AV_FMT_DISCONT typo should be AVFMT_TS_DISCONT

2023-12-09 Thread Marth64
ffmpeg | branch: master | Marth64 | Sat Dec 9 13:17:55 2023 -0600| [d06518e448c5083969869db9a55877748298327b] | committer: Stefano Sabatini doc/ffmpeg: AV_FMT_DISCONT typo should be AVFMT_TS_DISCONT > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d06518e448c5083969869db9a558777482

[FFmpeg-cvslog] doc/bitstream_filters: add setts example

2023-12-09 Thread Marth64
ffmpeg | branch: master | Marth64 | Sat Dec 9 13:23:04 2023 -0600| [715e5e3e238d6369aa1e0cd4a351f90c00966dd2] | committer: Stefano Sabatini doc/bitstream_filters: add setts example > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=715e5e3e238d6369aa1e0cd4a351f90c00966dd2 --- doc/b

[FFmpeg-cvslog] avfilter/select: initialize prev_selected_n to NAN

2023-12-09 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Dec 8 13:19:04 2023 +0530| [b9fd3e7a88b326f719bd3c47d0e0cc5a435de428] | committer: Gyan Doshi avfilter/select: initialize prev_selected_n to NAN As per the doc, prev_selected_n should be NAN at the start. However, this was never set. > http://git.vid