]> git.sesse.net Git - ffmpeg/commit
avformat/mux: Remove unnecessary headers
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 21 Apr 2020 00:57:25 +0000 (02:57 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 24 Apr 2020 02:44:14 +0000 (04:44 +0200)
commit9f3d3ff2ecebd8882627ca4c9cb58481252ee9db
tree612e82a269f0fedd34d568af0ffa2a1c07885ae5
parent7afb161bc100247b66f2bd5afc7d547faf37a1f9
avformat/mux: Remove unnecessary headers

mux.c was split from utils.c in 55f9037f38bc3beacb2f5a17408c1d24c077d7fd
and during this split all headers were simply copied without checking if
they were only needed in the part that stayed in utils.c (or whether
these haeders were needed at all). As a result quite a lot of headers
in mux.c are unnecessary. This commit removes them.

Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/mux.c