]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpegenc.c
Reject audio tracks with invalid interleaver parameters in RM demuxer.
[ffmpeg] / libavformat / mpegenc.c
index 2adba49e38866e45a2919c678d3fbde37136c3bc..8ce825489ddd4eaf7201b91cf5cc435814f4b3f9 100644 (file)
@@ -662,10 +662,7 @@ static int flush_packet(AVFormatContext *ctx, int stream_index,
 
     id = stream->id;
 
-#if 0
-    printf("packet ID=%2x PTS=%0.3f\n",
-           id, pts / 90000.0);
-#endif
+    av_dlog(ctx, "packet ID=%2x PTS=%0.3f\n", id, pts / 90000.0);
 
     buf_ptr = buffer;