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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dbfi.c53 AVStream *vstream; local
58 vstream = av_new_stream(s, 0);
59 if (!vstream)
76 vstream->codec->width = get_le32(pb);
77 vstream->codec->height = get_le32(pb);
81 vstream->codec->extradata = av_malloc(768);
82 vstream->codec->extradata_size = 768;
83 get_buffer(pb, vstream->codec->extradata,
84 vstream->codec->extradata_size);
89 av_set_pts_info(vstream, 3
[all...]
H A Dflvdec.c78 static int flv_set_video_codec(AVFormatContext *s, AVStream *vstream, int flv_codecid) { argument
79 AVCodecContext *vcodec = vstream->codec;
118 static int amf_parse_object(AVFormatContext *s, AVStream *astream, AVStream *vstream, const char *key, int64_t max_pos, int depth) { argument
159 if(amf_parse_object(s, astream, vstream, str_val, max_pos, depth + 1) < 0)
184 vcodec = vstream ? vstream->codec : NULL;
197 flv_set_video_codec(s, vstream, (int)num_val);
224 AVStream *stream, *astream, *vstream; local
230 vstream = NULL;
243 else if(stream->codec->codec_type == CODEC_TYPE_VIDEO) vstream
[all...]

Completed in 92 milliseconds