[FFmpeg-devel] [PATCH] Add direct link to ML in missing_feature_sample()
Michael Niedermayer
michaelni at gmx.at
Tue Jun 3 16:03:31 CEST 2014
On Tue, Jun 03, 2014 at 03:44:45PM +0200, Clément Bœsch wrote:
> On Tue, Jun 03, 2014 at 03:41:36PM +0200, Michael Niedermayer wrote:
> > Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> > ---
> > ffmpeg.c | 2 +-
> > libavutil/log.c | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/ffmpeg.c b/ffmpeg.c
> > index dec26ce..dd2c3e2 100644
> > --- a/ffmpeg.c
> > +++ b/ffmpeg.c
> > @@ -1867,7 +1867,7 @@ static int decode_video(InputStream *ist, AVPacket *pkt, int *got_output)
> > av_log(ist->dec_ctx, AV_LOG_WARNING, "has_b_frames is larger in decoder than demuxer");
> > av_log(ist->dec_ctx, AV_LOG_WARNING, "If you want to help, upload a sample "
> > "of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ "
> > - "and contact the ffmpeg-devel mailing list.\n");
> > + "and contact the ffmpeg-devel mailing list. (ffmpeg-devel at ffmpeg.org)\n");
> > }
> >
> > if (*got_output || ret<0 || pkt->size)
> > diff --git a/libavutil/log.c b/libavutil/log.c
> > index cc51cc0..cee7cef 100644
> > --- a/libavutil/log.c
> > +++ b/libavutil/log.c
> > @@ -396,7 +396,7 @@ static void missing_feature_sample(int sample, void *avc, const char *msg,
> > if (sample)
> > av_log(avc, AV_LOG_WARNING, "If you want to help, upload a sample "
> > "of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ "
> > - "and contact the ffmpeg-devel mailing list.\n");
> > + "and contact the ffmpeg-devel mailing list. (ffmpeg-devel at ffmpeg.org)\n");
>
> Fine with me.
applied
>
> Why in the MPlayer directory BTW?
hmmmmmm
fixed
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
DNS cache poisoning attacks, popular search engine, Google internet authority
dont be evil, please
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140603/9397a372/attachment.asc>
More information about the ffmpeg-devel
mailing list