]> git.sesse.net Git - ffmpeg/commit
avfilter/fifo: Remove unused functions and headers
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 21 Aug 2020 09:15:21 +0000 (11:15 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 21 Aug 2020 10:24:06 +0000 (12:24 +0200)
commitd4e29d9c5e19804b35f431329bd670c259b3fa35
tree2213a3f3d70365ee6ae4e620e752e3a2a8debd22
parent2b71cd3e0b1a545df670f0d057655e0b59b98f5f
avfilter/fifo: Remove unused functions and headers

The functions were forgotten in 03c8fe49ea3f2a2444607e541dff15a1ccd7f0c2;
removing them also means that the avassert.h and samplefmt.h headers are
no longer used any more, so they have been removed, too.

Moreover, video.h is unused since b077d8d9082d057d4c7abd9e0b1a98f9651cfaa8
and channel_layout.h is since fdd9663781e3ebc8ebed0704607abd174095a905.
Both headers have therefore been removed, too.

Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavfilter/fifo.c