Skip to content

Commit

Permalink
avformat/avidec: Remove superfluous header
Browse files Browse the repository at this point in the history
bswap.h was included since 7b114c0, yet since 3788a3c 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 <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
mkver authored and michaelni committed Oct 25, 2019
1 parent 09e938b commit 982539a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libavformat/avidec.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/bswap.h"
#include "libavutil/opt.h"
#include "libavutil/dict.h"
#include "libavutil/internal.h"
Expand Down

0 comments on commit 982539a

Please sign in to comment.