diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-04-07 23:23:12 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-04-14 19:01:27 +0200 |
commit | 40a9363033eaa1df1fb9dce4d8d1f522f7319f8a (patch) | |
tree | 3e0361313f6a00773953a1fc5757cda7a4fb66a0 /doc/examples/filtering_video.c | |
parent | 2cae3f60bf84e1ff4652d055885991d4f2087385 (diff) | |
download | ffmpeg-40a9363033eaa1df1fb9dce4d8d1f522f7319f8a.tar.gz |
avformat/filmstripenc: Use ff_raw_write_packet()
The only difference of the currently used write_packet()-function to
ff_raw_write_packet() is that the former also counts the number of
frames. Yet doing so in the muxer itself is unnecessary as this is
already done generically in write_packet() in libavformat/mux.c.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'doc/examples/filtering_video.c')
0 files changed, 0 insertions, 0 deletions