mirror of https://git.ffmpeg.org/ffmpeg.git
lavc/qsvenc: no need to include h264.h for jpeg encoder
Signed-off-by: Zhong Li <zhong.li@intel.com>
This commit is contained in:
parent
8161ac2902
commit
6f9d7c556d
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "h264.h"
|
|
||||||
#include "qsv.h"
|
#include "qsv.h"
|
||||||
#include "qsv_internal.h"
|
#include "qsv_internal.h"
|
||||||
#include "qsvenc.h"
|
#include "qsvenc.h"
|
||||||
|
|
Loading…
Reference in New Issue