[FFmpeg-cvslog] parser: Add missing #include for printing ISO C99 conversion specifiers

Diego Biurrun git at videolan.org
Fri May 5 03:45:46 EEST 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Dec 24 11:36:53 2016 +0100| [53618054b64ce4dab459d23a7efebe9d5afc4855] | committer: Diego Biurrun

parser: Add missing #include for printing ISO C99 conversion specifiers

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=53618054b64ce4dab459d23a7efebe9d5afc4855
---

 libavcodec/parser.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/parser.c b/libavcodec/parser.c
index 3ef1249341..b74c22bdc7 100644
--- a/libavcodec/parser.c
+++ b/libavcodec/parser.c
@@ -20,6 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <inttypes.h>
 #include <stdint.h>
 #include <string.h>
 



More information about the ffmpeg-cvslog mailing list