FFmpeg
Loading...
Searching...
No Matches
smpte436m_to_eia608.c File Reference

Go to the source code of this file.

Functions

static av_cold int ff_smpte436m_to_eia608_init (AVBSFContext *ctx)
 
static int ff_smpte436m_to_eia608_filter (AVBSFContext *ctx, AVPacket *out)
 

Variables

const FFBitStreamFilter ff_smpte436m_to_eia608_bsf
 

Function Documentation

◆ ff_smpte436m_to_eia608_init()

static av_cold int ff_smpte436m_to_eia608_init ( AVBSFContext * ctx)
static

Definition at line 28 of file smpte436m_to_eia608.c.

◆ ff_smpte436m_to_eia608_filter()

static int ff_smpte436m_to_eia608_filter ( AVBSFContext * ctx,
AVPacket * out )
static

Definition at line 35 of file smpte436m_to_eia608.c.

Variable Documentation

◆ ff_smpte436m_to_eia608_bsf

const FFBitStreamFilter ff_smpte436m_to_eia608_bsf
Initial value:
= {
.p.name = "smpte436m_to_eia608",
.p.codec_ids = (const enum AVCodecID[]){ AV_CODEC_ID_SMPTE_436M_ANC, AV_CODEC_ID_NONE },
}
AVCodecID
Identify the syntax and semantics of the bitstream.
Definition codec_id.h:47
@ AV_CODEC_ID_NONE
Definition codec_id.h:48
@ AV_CODEC_ID_SMPTE_436M_ANC
Definition codec_id.h:611
static int ff_smpte436m_to_eia608_filter(AVBSFContext *ctx, AVPacket *out)
static av_cold int ff_smpte436m_to_eia608_init(AVBSFContext *ctx)

Definition at line 86 of file smpte436m_to_eia608.c.