1
0
Fork 0

avcodec/evc*: Improve included headers

In particular, don't include avcodec.h in evc_frame_merge_bsf.c.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2023-07-17 02:56:57 +02:00
parent 3fe98db7bb
commit 6e5e74c55b
5 changed files with 3 additions and 6 deletions

View File

@ -18,13 +18,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "get_bits.h"
#include "golomb.h"
#include "bsf.h"
#include "bsf_internal.h"
#include "avcodec.h"
#include "evc.h"
#include "evc_parse.h"
#include "evc_ps.h"
// Access unit data
typedef struct AccessUnitBuffer {

View File

@ -17,7 +17,6 @@
*/
#include "golomb.h"
#include "parser.h"
#include "evc.h"
#include "evc_parse.h"

View File

@ -28,7 +28,6 @@
#include "libavutil/intreadwrite.h"
#include "libavutil/log.h"
#include "libavutil/rational.h"
#include "evc.h"
#include "evc_ps.h"

View File

@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "parser.h"
#include "avcodec.h"
#include "bytestream.h"
#include "evc.h"
#include "evc_parse.h"

View File

@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "get_bits.h"
#include "golomb.h"
#include "parser.h"
#include "evc.h"
#include "evc_ps.h"