mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
avcodec/h264_metadata_bsf: Improve included headers
h264_sei.h is no longer used since the SEIs were moved to sei.h; this also avoids inclusions of avcodec.h and bytestream.h. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
dda471bd85
commit
92f0d69846
@ -26,10 +26,11 @@
|
|||||||
#include "cbs.h"
|
#include "cbs.h"
|
||||||
#include "cbs_bsf.h"
|
#include "cbs_bsf.h"
|
||||||
#include "cbs_h264.h"
|
#include "cbs_h264.h"
|
||||||
|
#include "cbs_sei.h"
|
||||||
#include "h264.h"
|
#include "h264.h"
|
||||||
#include "h264_levels.h"
|
#include "h264_levels.h"
|
||||||
#include "h264_sei.h"
|
|
||||||
#include "h2645data.h"
|
#include "h2645data.h"
|
||||||
|
#include "sei.h"
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
FLIP_HORIZONTAL = 1,
|
FLIP_HORIZONTAL = 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user