* commit 'eee2000b41':
  mpeg12: Move some ff_mpeg1_* function declarations to a more suitable place

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-03-28 11:30:21 +01:00
commit 385ffc7650
4 changed files with 4 additions and 3 deletions

View file

@ -21,7 +21,7 @@
*/
#include "parser.h"
#include "mpegvideo.h"
#include "mpeg12.h"
#include "internal.h"
struct MpvParseContext {