1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

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

This commit is contained in:
Diego Biurrun
2013-03-26 18:25:01 +01:00
parent b6649ab503
commit eee2000b41
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 {