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

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp68 struct avformat_codec_context { struct
439 = av_realloc(fRawDecodedAudio->opaque, sizeof(avformat_codec_context));
863 memset(fRawDecodedAudio->opaque, 0, sizeof(avformat_codec_context));
919 representing a structure of type avformat_codec_context.
1006 avformat_codec_context* codecContext
1007 = static_cast<avformat_codec_context*>(fRawDecodedAudio->opaque);
1197 avformat_codec_context* codecContext
1198 = static_cast<avformat_codec_context*>(fRawDecodedAudio->opaque);

Completed in 32 milliseconds