Revision 6a46aab4 ffmpeg.c
ffmpeg.c | ||
---|---|---|
1195 | 1195 |
av_log(NULL, AV_LOG_INFO, |
1196 | 1196 |
"Input stream #%d.%d frame changed from size:%dx%d fmt:%s to size:%dx%d fmt:%s\n", |
1197 | 1197 |
ist->file_index, ist->index, |
1198 |
ost->resample_width , ost->resample_height , avcodec_get_pix_fmt_name(ost->resample_pix_fmt),
|
|
1199 |
ist->st->codec->width, ist->st->codec->height, avcodec_get_pix_fmt_name(ist->st->codec->pix_fmt));
|
|
1198 |
ost->resample_width, ost->resample_height, avcodec_get_pix_fmt_name(ost->resample_pix_fmt),
|
|
1199 |
dec->width , dec->height , avcodec_get_pix_fmt_name(dec->pix_fmt));
|
|
1200 | 1200 |
if(!ost->video_resample) |
1201 | 1201 |
ffmpeg_exit(1); |
1202 | 1202 |
} |
Also available in: Unified diff