[FFmpeg-cvslog] avformat/avio: Fix "warning: struct AVBPrint declared inside parameter list"

Michael Niedermayer michaelni at gmx.at
Sun Aug 10 01:43:21 CEST 2014


On Sat, Aug 09, 2014 at 03:54:34PM +0200, Nicolas George wrote:
> Le duodi 22 thermidor, an CCXXII, Michael Niedermayer a écrit :
> > ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Aug  9 15:30:03 2014 +0200| [f75786f3bc8819545aa070f62d2ab3b579a8c781] | committer: Michael Niedermayer
> > 
> > avformat/avio: Fix "warning: struct AVBPrint declared inside parameter list"
> > 
> > Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> > 
> > > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f75786f3bc8819545aa070f62d2ab3b579a8c781
> > ---
> > 
> >  libavformat/avio.h |    1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/libavformat/avio.h b/libavformat/avio.h
> > index 1aa3602..89e0804 100644
> > --- a/libavformat/avio.h
> > +++ b/libavformat/avio.h
> > @@ -28,6 +28,7 @@
> >  
> >  #include <stdint.h>
> >  
> > +#include "libavutil/bprint.h"
> >  #include "libavutil/common.h"
> >  #include "libavutil/dict.h"
> >  #include "libavutil/log.h"
> 
> It was removed on purpose:
> 
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04bc37007224cfab68bc557507c449fb661218e5
> 
> I had not noticed the warning before submitting the fix. Here is an updated
> version. I have pushed it to my tree too, feel free to merge it if it is
> satisfactory.

merged
sorry for the delay i hadnt seen your mail before

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Awnsering whenever a program halts or runs forever is
On a turing machine, in general impossible (turings halting problem).
On any real computer, always possible as a real computer has a finite number
of states N, and will either halt in less than N cycles or never halt.
-------------- 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-cvslog/attachments/20140810/4f4844f8/attachment.asc>


More information about the ffmpeg-cvslog mailing list