|
FFmpeg
|
#include <float.h>#include "libavutil/container_fifo.h"#include "libavutil/opt.h"#include "libavcodec/bsf.h"#include "libavcodec/bsf_internal.h"#include "libavcodec/packet.h"#include "libavcodec/packet_internal.h"Go to the source code of this file.
Data Structures | |
| struct | SourceContext |
Macros | |
| #define | OFFSET(x) offsetof(SourceContext, x) |
| #define | FLAGS (AV_OPT_FLAG_BSF_PARAM|AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_VIDEO_PARAM) |
Variables | |
| static const AVOption | buffer_options [] |
| static const AVBitStreamFilterPad | source_outputs [] |
| const FFBitStreamFilter | ff_source_bsf |
Packet source. Heavily based on libavfilter/buffersrc.c
Definition in file source.c.
| #define OFFSET | ( | x | ) | offsetof(SourceContext, x) |
| #define FLAGS (AV_OPT_FLAG_BSF_PARAM|AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_VIDEO_PARAM) |
|
static |
Definition at line 53 of file source.c.
Referenced by av_bsf_source_add_packet().
|
static |
|
static |
| unsigned ff_bsf_source_get_nb_failed_requests | ( | const AVBitStreamFilterContext * | src | ) |
Get the number of failed requests.
A failed request is when the request_packet method is called while no packet is present in the buffer. The number is reset when a packet is added.
Definition at line 161 of file source.c.
Referenced by av_bsf_graph_source_needs_input().
| BSF_DEFINE_CLASS | ( | buffer | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
| const FFBitStreamFilter ff_source_bsf |
1.8.17