Lines Matching refs:stream
69 struct ogg_stream *stream = &ogg->streams[i];
71 av_freep(&stream->buf);
72 if (stream->codec &&
73 stream->codec->cleanup) {
74 stream->codec->cleanup(s, i);
77 av_freep(&stream->private);
78 av_freep(&stream->new_metadata);
131 struct ogg_stream *stream = &ogg->streams[i];
132 av_freep(&stream->buf);
133 av_freep(&stream->new_metadata);
205 * Replace the current stream with a new one. This is a typical webradio
206 * situation where a new audio stream spawn (identified with a new serial) and
218 avpriv_report_missing_feature(s, "Changing stream parameters in multistream ogg");
225 av_log(s, AV_LOG_ERROR, "Cannot identify new stream\n");
438 av_log(s, AV_LOG_ERROR, "failed to create or replace stream\n");
492 * @param *sid is set to the stream for the packet or -1 if there is
493 * no matching stream, in that case assume all other return
579 // We have reached the first non-header packet in this stream.
744 av_log(s, AV_LOG_ERROR, "Header parsing failed for stream %d\n", i);
749 "Headers mismatch for stream %d: "