]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mxfenc.c
nutdec: check return value of av_new_packet()
[ffmpeg] / libavformat / mxfenc.c
index 6fdc70448b5cae415488b2075b176e5b30c22e2d..b7e9449209d1e63c09043af993ceb4a3ebc4c195 100644 (file)
@@ -2107,7 +2107,7 @@ static int mxf_interleave_get_packet(AVFormatContext *s, AVPacket *out, AVPacket
         }
 
         *out = pktl->pkt;
-        //av_log(s, AV_LOG_DEBUG, "out st:%d dts:%lld\n", (*out).stream_index, (*out).dts);
+        av_dlog(s, "out st:%d dts:%"PRId64"\n", (*out).stream_index, (*out).dts);
         s->packet_buffer = pktl->next;
         if(s->streams[pktl->pkt.stream_index]->last_in_packet_buffer == pktl)
             s->streams[pktl->pkt.stream_index]->last_in_packet_buffer= NULL;