#include <stdint.h>
#include <sndio.h>
#include "avdevice.h"
#include "sndio_common.h"
Go to the source code of this file.
Functions | |
static void | movecb (void *addr, int delta) |
av_cold int | ff_sndio_open (AVFormatContext *s1, int is_output, const char *audio_device) |
int | ff_sndio_close (SndioData *s) |
Definition at line 112 of file sndio_common.c.
Referenced by audio_read_close(), and audio_write_trailer().
av_cold int ff_sndio_open | ( | AVFormatContext * | s1, | |
int | is_output, | |||
const char * | audio_device | |||
) |
Definition at line 36 of file sndio_common.c.
Referenced by audio_read_header(), and audio_write_header().
static void movecb | ( | void * | addr, | |
int | delta | |||
) | [inline, static] |