Commit cc489e43 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/vp9_raw_reorder_bsf: Remove unnecessary header

This bsf doesn't have any options, so including libavutil/opt.h is
unnecessary.
Reviewed-by: 's avatarPeter Ross <pross@xvid.org>
Reviewed-by: 's avatarAnton Khirnov <anton@khirnov.net>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
parent 9f3d3ff2
......@@ -20,7 +20,6 @@
#include "libavutil/intmath.h"
#include "libavutil/log.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "bsf.h"
#include "get_bits.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment