forked from FFmpeg/FFmpeg
avcodec: add missing includes
This commit is contained in:
parent
aa499568af
commit
dc0c70e018
3 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
*/
|
||||
|
||||
#include "libavutil/channel_layout.h"
|
||||
#include "libavutil/mem.h"
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "ac3tab.h"
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "mpegutils.h"
|
||||
#include "rl.h"
|
||||
#include "h261.h"
|
||||
|
||||
|
|
|
@ -25,6 +25,10 @@
|
|||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "libavutil/error.h"
|
||||
#include "libavutil/mem.h"
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "mjpeg.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue