avcodec/h263: Move decoding-only stuff to a new header h263dec.h

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2022-01-24 21:54:45 +01:00
parent 85bbae8473
commit 7f6596c8bb
10 changed files with 74 additions and 43 deletions

View file

@ -36,6 +36,7 @@
#include "mpeg4video.h"
#include "mpeg4videodata.h"
#include "h263.h"
#include "h263dec.h"
#include "profiles.h"
#include "thread.h"
#include "xvididct.h"