mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
h264_sei: drop an unnecessary h264dec.h include
The code does not depend on the h264 decoder anymore and only needs information from h264_ps
This commit is contained in:
parent
b24dafe105
commit
1cf2f3d334
@ -28,7 +28,7 @@
|
|||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "get_bits.h"
|
#include "get_bits.h"
|
||||||
#include "golomb.h"
|
#include "golomb.h"
|
||||||
#include "h264dec.h"
|
#include "h264_ps.h"
|
||||||
#include "h264_sei.h"
|
#include "h264_sei.h"
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user