mpegvideo: move mpegvideo formats-related defines to mpegutils.h

This commit is contained in:
Vittorio Giovara 2014-02-28 13:40:54 +01:00
parent 136034d86b
commit e0c16e4e32
41 changed files with 154 additions and 78 deletions

View file

@ -30,6 +30,7 @@
#include "libavutil/internal.h"
#include "avcodec.h"
#include "error_resilience.h"
#include "mpegutils.h"
#include "mpegvideo.h"
#include "rectangle.h"
#include "thread.h"