Go to the documentation of this file.
35 int sample_rate_index=0;
55 if(
ctx->par_in->extradata_size != 15 || strcmp(
ctx->par_in->extradata,
"FFCMP3 0.0")){
65 sample_rate_index= (
header>>10)&3;
66 if (sample_rate_index == 3) {
73 for(bitrate_index=2; bitrate_index<30; bitrate_index++){
81 if(bitrate_index == 30){
87 header |= (bitrate_index&1)<<9;
88 header |= (bitrate_index>>1)<<12;
101 if(
ctx->par_in->channels==2){
105 header |= (p[1] & 0xC0)>>2;
void av_packet_unref(AVPacket *pkt)
Wipe the packet.
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a all references to both lists are replaced with a reference to the intersection And when a single format is eventually chosen for a link amongst the remaining all references to the list are updated That means that if a filter requires that its input and output have the same format amongst a supported all it has to do is use a reference to the same list of formats query_formats can leave some formats unset and return AVERROR(EAGAIN) to cause the negotiation mechanism toagain later. That can be used by filters with complex requirements to use the format negotiated on one link to set the formats supported on another. Frame references ownership and permissions
int ff_bsf_get_packet(AVBSFContext *ctx, AVPacket **pkt)
Called by the bitstream filters to get the next packet for filtering.
void av_packet_free(AVPacket **pkt)
Free the packet, if the packet is reference counted, it will be unreferenced first.
The bitstream filter state.
@ AV_CODEC_ID_MP3
preferred ID for decoding MPEG audio layer 1, 2 or 3
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
int av_new_packet(AVPacket *pkt, int size)
Allocate the payload of a packet and initialize its fields with default values.
void av_packet_move_ref(AVPacket *dst, AVPacket *src)
Move every field in src to dst and reset src.
AVCodecID
Identify the syntax and semantics of the bitstream.
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_RB32
static const uint8_t header[24]
int av_packet_copy_props(AVPacket *dst, const AVPacket *src)
Copy only "properties" fields from src to dst.
const uint16_t ff_mpa_bitrate_tab[2][3][15]
#define FFSWAP(type, a, b)
#define AV_INPUT_BUFFER_PADDING_SIZE
const uint16_t ff_mpa_freq_tab[3]
This structure stores compressed data.
#define AVERROR_INVALIDDATA
Invalid data found when processing input.