diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-10-09 16:34:13 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-11-19 18:11:46 +0100 |
commit | ce8f77a903e1108bde774d5e0e59d8cd24f18c46 (patch) | |
tree | 01c505682c91c95ce217b4ded6e283395367a581 /README.md | |
parent | 52d13d54e139d23a841e7d7a5cd09dc8904b150a (diff) | |
download | ffmpeg-ce8f77a903e1108bde774d5e0e59d8cd24f18c46.tar.gz |
avformat/nullenc: Use ff_interleave_packet_passthrough()
It avoids the overhead of the packet list; furthermore, using
ff_interleave_packet_per_dts() is wrong for the null muxer anyway,
because said muxer accepts packets without timestamps, which
ff_interleave_packet_per_dts() can't handle.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions