mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
lavc/g723.1: fix make checkheaders.
This commit is contained in:
parent
02908a4bd0
commit
978c829431
@ -28,6 +28,8 @@
|
||||
#ifndef AVCODEC_G729_DATA_H
|
||||
#define AVCODEC_G729_DATA_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define SUBFRAMES 4
|
||||
#define SUBFRAME_LEN 60
|
||||
#define FRAME_LEN (SUBFRAME_LEN << 2)
|
||||
|
Loading…
Reference in New Issue
Block a user