Re: [FFmpeg-devel] [PATCH] libavformat/utils.c: use correct variable for message.

2015-09-11 Thread Michael Niedermayer
On Fri, Sep 11, 2015 at 12:17:59PM -0700, Thierry Foucu wrote: > --- > libavformat/utils.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Its not that you shouldnt use gotos but rather

[FFmpeg-devel] [PATCH] libavformat/utils.c: use correct variable for message.

2015-09-11 Thread Thierry Foucu
--- libavformat/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index db988c0..24eacf3 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -3348,7 +3348,7 @@ int avformat_find_stream_info(AVFormatContext *ic,