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/libcelt: add missing internal.h include.
This should fix build (include is necessary for ff_get_buffer).
tags/n1.1
Clément Bœsch
12 years ago
parent
92f630eaf2
commit
4c554c967f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/libcelt_dec.c
+ 1
- 0
libavcodec/libcelt_dec.c
View File
@@ -22,6 +22,7 @@
#include <celt/celt.h>
#include <celt/celt_header.h>
#include "avcodec.h"
#include "internal.h"
#include "libavutil/intreadwrite.h"
struct libcelt_context {
Write
Preview
Loading…
Cancel
Save