This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavc/g723.1: fix make checkheaders.
tags/n0.11
Clément Bœsch
13 years ago
parent
02908a4bd0
commit
978c829431
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/g723_1_data.h
+ 2
- 0
libavcodec/g723_1_data.h
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save