mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01: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
1 changed files with 2 additions and 1 deletions
|
|
@ -26,10 +26,11 @@
|
|||
#include "cbs.h"
|
||||
#include "cbs_bsf.h"
|
||||
#include "cbs_h264.h"
|
||||
#include "cbs_sei.h"
|
||||
#include "h264.h"
|
||||
#include "h264_levels.h"
|
||||
#include "h264_sei.h"
|
||||
#include "h2645data.h"
|
||||
#include "sei.h"
|
||||
|
||||
enum {
|
||||
FLIP_HORIZONTAL = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue