You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
fix rawvideo
Originally committed as revision 7899 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
4
ffplay.c
4
ffplay.c
@@ -1866,6 +1866,10 @@ static int decode_thread(void *arg)
|
||||
ap->initial_pause = 1; /* we force a pause when starting an RTSP
|
||||
stream */
|
||||
|
||||
ap->width = screen_width;
|
||||
ap->height= screen_height;
|
||||
ap->time_base= (AVRational){1, 25};
|
||||
|
||||
err = av_open_input_file(&ic, is->filename, is->iformat, 0, ap);
|
||||
if (err < 0) {
|
||||
print_error(is->filename, err);
|
||||
|
Reference in New Issue
Block a user