ffmpeg | branch: master | Gyan Doshi | Fri Jun 14 22:54:27
2019 +0530| [2fdbeb0b8cc3b80cf45674522c4867eeb985f274] | committer: Gyan Doshi
avformat/segment: fix increment_tc
inner stream avg_frame_rate wasn't populated, so tc formation failed.
Also, extended increment_tc to cover individual str
ffmpeg | branch: master | Jun Zhao | Sun Jun 16
00:22:05 2019 +0800| [ebcf4d354f5cd1ade20ebfe186527488990b1d7b] | committer:
Jun Zhao
lavfi/af_asetnsamples: Remove the redundant condition check
Redundant condition: '!A || B' is equivalent to '!A || (A && B)' but
more clearly.
Reviewed-by: Mic