]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/flvenc.c
add support for tta in matroska
[ffmpeg] / libavformat / flvenc.c
index 4be6b7051a38caa86a39d140df5ee88efc067de7..82485ceff8b55ead839c74b1c472bf7f5fb62f91 100644 (file)
@@ -239,7 +239,7 @@ static int flv_write_packet(AVFormatContext *s, AVPacket *pkt)
     int size= pkt->size;
     int flags;
 
-//    av_log(s, AV_LOG_DEBUG, "type:%d pts: %lld size:%d\n", enc->codec_type, timestamp, size);
+//    av_log(s, AV_LOG_DEBUG, "type:%d pts: %"PRId64" size:%d\n", enc->codec_type, timestamp, size);
 
     if (enc->codec_type == CODEC_TYPE_VIDEO) {
         put_byte(pb, 9);