Searched refs:header_info (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dspdifenc.c86 int (*header_info) (AVFormatContext *s, AVPacket *pkt); member in struct:IEC61937Context
448 ctx->header_info = spdif_header_ac3;
451 ctx->header_info = spdif_header_eac3;
456 ctx->header_info = spdif_header_mpeg;
459 ctx->header_info = spdif_header_dts;
462 ctx->header_info = spdif_header_aac;
465 ctx->header_info = spdif_header_truehd;
505 ret = ctx->header_info(s, pkt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dspdifenc.c85 int (*header_info) (AVFormatContext *s, AVPacket *pkt); member in struct:IEC61937Context
447 ctx->header_info = spdif_header_ac3;
450 ctx->header_info = spdif_header_eac3;
455 ctx->header_info = spdif_header_mpeg;
458 ctx->header_info = spdif_header_dts;
461 ctx->header_info = spdif_header_aac;
464 ctx->header_info = spdif_header_truehd;
504 ret = ctx->header_info(s, pkt);

Completed in 60 milliseconds