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
g723: Add missing header
Unbreak make check.
tags/n3.0
Luca Barbato
9 years ago
parent
1077d8c845
commit
c5eb279e24
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.h
+ 2
- 0
libavcodec/g723_1.h
View File
@@ -30,6 +30,8 @@
#include <stdint.h>
#include "libavutil/log.h"
#define SUBFRAMES 4
#define SUBFRAME_LEN 60
#define FRAME_LEN (SUBFRAME_LEN << 2)
Write
Preview
Loading…
Cancel
Save