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:
Zhong Li 2019-04-01 12:18:57 +08:00
parent 8161ac2902
commit 6f9d7c556d
1 changed files with 0 additions and 1 deletions

View File

@ -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"