You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
fftools/ffmpeg: update text requesting samples
Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com> Reviewed-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
@@ -625,7 +625,7 @@ If the patch fixes a bug, did you provide a verbose analysis of the bug?
|
|||||||
If the patch fixes a bug, did you provide enough information, including
|
If the patch fixes a bug, did you provide enough information, including
|
||||||
a sample, so the bug can be reproduced and the fix can be verified?
|
a sample, so the bug can be reproduced and the fix can be verified?
|
||||||
Note please do not attach samples >100k to mails but rather provide a
|
Note please do not attach samples >100k to mails but rather provide a
|
||||||
URL, you can upload to ftp://upload.ffmpeg.org.
|
URL, you can upload to @url{https://streams.videolan.org/upload/}.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Did you provide a verbose summary about what the patch does change?
|
Did you provide a verbose summary about what the patch does change?
|
||||||
|
@@ -2210,7 +2210,7 @@ double get_rotation(AVStream *st)
|
|||||||
if (fabs(theta - 90*round(theta/90)) > 2)
|
if (fabs(theta - 90*round(theta/90)) > 2)
|
||||||
av_log(NULL, AV_LOG_WARNING, "Odd rotation angle.\n"
|
av_log(NULL, AV_LOG_WARNING, "Odd rotation angle.\n"
|
||||||
"If you want to help, upload a sample "
|
"If you want to help, upload a sample "
|
||||||
"of this file to ftp://upload.ffmpeg.org/incoming/ "
|
"of this file to https://streams.videolan.org/upload/ "
|
||||||
"and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)");
|
"and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)");
|
||||||
|
|
||||||
return theta;
|
return theta;
|
||||||
|
@@ -2370,7 +2370,7 @@ static int decode_video(InputStream *ist, AVPacket *pkt, int *got_output, int64_
|
|||||||
av_log(ist->dec_ctx, AV_LOG_WARNING,
|
av_log(ist->dec_ctx, AV_LOG_WARNING,
|
||||||
"video_delay is larger in decoder than demuxer %d > %d.\n"
|
"video_delay is larger in decoder than demuxer %d > %d.\n"
|
||||||
"If you want to help, upload a sample "
|
"If you want to help, upload a sample "
|
||||||
"of this file to ftp://upload.ffmpeg.org/incoming/ "
|
"of this file to https://streams.videolan.org/upload/ "
|
||||||
"and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n",
|
"and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n",
|
||||||
ist->dec_ctx->has_b_frames,
|
ist->dec_ctx->has_b_frames,
|
||||||
ist->st->codecpar->video_delay);
|
ist->st->codecpar->video_delay);
|
||||||
|
Reference in New Issue
Block a user