Home | History | Annotate | Download | only in filters

Lines Matching defs:audio_stream

826   AVStream* audio_stream = NULL;
842 if (audio_stream)
853 audio_stream = stream;
902 if (!audio_stream && !video_stream) {
928 if (strcmp(format_context->iformat->name, "ogg") == 0 && audio_stream &&
929 audio_stream->codec->codec_id == AV_CODEC_ID_VORBIS) {
937 if (fallback_stream_for_seeking_.first == audio_stream->index &&
949 video_stream ? video_stream->index : audio_stream->index, start_time_);
989 if (audio_stream) {
990 AVCodecContext* audio_codec = audio_stream->codec;