]> git.sesse.net Git - ffmpeg/commit
avformat/avidec: Remove superfluous header
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 25 Oct 2019 18:07:36 +0000 (20:07 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 25 Oct 2019 21:27:02 +0000 (23:27 +0200)
commit982539a07af72ab5bae551b92e3a63bf5cf86cf6
tree9fee6f58fe05879d63add88c0820ec6edc01c5f0
parent09e938b3a12938fff6cb36c70407d8913acfd04b
avformat/avidec: Remove superfluous header

bswap.h was included since 7b114c09, yet since 3788a3c0 no explicit use
of anything from bswap.h has been made, so remove this header.

(Only AV_RL32 is used and while this might imply swapping on
big-endian systems, it is contained in libavutil/intreadwrite.h.)

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/avidec.c