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

@ -29,6 +29,7 @@
#include "msmpeg4.h"
#include "libavutil/imgutils.h"
#include "h263.h"
#include "h263dec.h"
#include "mpeg4video.h"
#include "msmpeg4data.h"
#include "vc1data.h"