summaryrefslogtreecommitdiffstats
path: root/doc/examples/remuxing.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <[email protected]>2020-08-14 00:18:09 +0200
committerAndreas Rheinhardt <[email protected]>2020-08-20 21:31:01 +0200
commit363f93460fbce0a2ea073f7f64edc597405982a1 (patch)
tree489bbba7dc698ded926944ae59439bec5ea7d420 /doc/examples/remuxing.c
parent621e2625e0e37c41ea813f1113278a79f05f288a (diff)
avfilter/formats: Avoid code duplication when merging samplerates
Right now, ff_merge_samplerates() contains three instances of the MERGE_REF() macro, a macro which reallocates an array, updates some pointers in a loop and frees several buffers. This commit makes it possible to contain only one instance of said macro in the function, thereby reducing codesize. Signed-off-by: Andreas Rheinhardt <[email protected]>
Diffstat (limited to 'doc/examples/remuxing.c')
0 files changed, 0 insertions, 0 deletions