FFmpeg
Loading...
Searching...
No Matches
pcm.c File Reference
#include "libavutil/mathematics.h"
#include "avformat.h"
#include "internal.h"
#include "pcm.h"

Go to the source code of this file.

Macros

#define PCM_DEMUX_TARGET_FPS   10
 

Functions

int ff_pcm_default_packet_size (AVCodecParameters *par)
 
int ff_pcm_read_packet (AVFormatContext *s, AVPacket *pkt)
 
int ff_pcm_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
 

Macro Definition Documentation

◆ PCM_DEMUX_TARGET_FPS

#define PCM_DEMUX_TARGET_FPS   10

Definition at line 27 of file pcm.c.

Referenced by ff_pcm_default_packet_size().

Function Documentation

◆ ff_pcm_default_packet_size()

int ff_pcm_default_packet_size ( AVCodecParameters * par)

Definition at line 29 of file pcm.c.

Referenced by ff_pcm_read_packet(), and set_max_size().

◆ ff_pcm_read_packet()

int ff_pcm_read_packet ( AVFormatContext * s,
AVPacket * pkt )

Definition at line 57 of file pcm.c.

◆ ff_pcm_read_seek()

int ff_pcm_read_seek ( AVFormatContext * s,
int stream_index,
int64_t timestamp,
int flags )

Definition at line 73 of file pcm.c.

Referenced by oma_read_seek().