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
#include required headers directly.
Originally committed as revision 13078 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
18 years ago
parent
9aed96128f
commit
4f78608632
1 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
libavdevice/audio.c
+ 7
- 1
libavdevice/audio.c
View File
@@ -18,11 +18,13 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avformat.h"
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <errno.h>
#ifdef HAVE_SOUNDCARD_H
#include <soundcard.h>
#else
@@ -33,6 +35,10 @@
#include <sys/ioctl.h>
#include <sys/time.h>
#include "log.h"
#include "avcodec.h"
#include "avformat.h"
#define AUDIO_BLOCK_SIZE 4096
typedef struct {
Write
Preview
Loading…
Cancel
Save