mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 17:32:06 +00:00
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:
parent
3fe98db7bb
commit
6e5e74c55b
@ -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 {
|
||||
|
@ -17,7 +17,6 @@
|
||||
*/
|
||||
|
||||
#include "golomb.h"
|
||||
#include "parser.h"
|
||||
#include "evc.h"
|
||||
#include "evc_parse.h"
|
||||
|
||||
|
@ -28,7 +28,6 @@
|
||||
|
||||
#include "libavutil/intreadwrite.h"
|
||||
#include "libavutil/log.h"
|
||||
#include "libavutil/rational.h"
|
||||
#include "evc.h"
|
||||
#include "evc_ps.h"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user