]> git.sesse.net Git - ffmpeg/commit
lavf/avio: do not include bprint.h.
authorNicolas George <george@nsup.org>
Thu, 24 Jul 2014 07:34:10 +0000 (09:34 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 25 Jul 2014 03:37:45 +0000 (05:37 +0200)
commit04bc37007224cfab68bc557507c449fb661218e5
tree31c64a55ec4c6da11f34283264357409ca2056b4
parent66ae994c544a46e4f6915222d8608b3d87b39b07
lavf/avio: do not include bprint.h.

C++ chokes on the definition of AVBPrint.
Including avio.h from c++ code used to work.
Fix trac ticket #3800.

Signed-off-by: Nicolas George <george@nsup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/avio.h
libavformat/aviobuf.c