mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
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:
parent
85bbae8473
commit
7f6596c8bb
10 changed files with 74 additions and 43 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue