mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec/mpeg4video: Split off data in a header of its own
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
8b9ef5a516
commit
c21433c953
9 changed files with 69 additions and 40 deletions
|
|
@ -28,8 +28,7 @@
|
|||
#ifndef AVCODEC_MPEG4DATA_H
|
||||
#define AVCODEC_MPEG4DATA_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "mpegvideo.h"
|
||||
#include "mpeg4videodata.h"
|
||||
|
||||
/* dc encoding for MPEG-4 */
|
||||
const uint8_t ff_mpeg4_DCtab_lum[13][2] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue