Lines Matching defs:video
141 av_log(format_context, AV_LOG_ERROR, "Sega FILM allows a maximum of one video stream.\n");
147 "Incompatible video stream format.\n");
160 av_log(format_context, AV_LOG_ERROR, "No video stream present.\n");
188 AVStream *video = NULL;
219 video = format_context->streams[film->video_index];
221 /* The only two supported codecs; raw video is rare */
222 switch (video->codecpar->codec_id) {
231 bytestream_put_be32(&ptr, video->codecpar->height);
232 bytestream_put_be32(&ptr, video->codecpar->width);
264 bytestream_put_be32(&ptr, av_q2d(av_inv_q(video->time_base)));