]> git.sesse.net Git - mlt/commitdiff
Cleanup fprintf left in last commmit
authorDan Dennedy <dan@dennedy.org>
Fri, 15 Jul 2011 06:07:51 +0000 (23:07 -0700)
committerDan Dennedy <dan@dennedy.org>
Fri, 15 Jul 2011 06:07:51 +0000 (23:07 -0700)
src/modules/avformat/producer_avformat.c

index 929b08cb5807f79a5328e20b3861d659b1906b51..9c97ebac9a8ec39831c13cb7de0cf036570f7631 100644 (file)
@@ -2076,7 +2076,6 @@ static int decode_audio( producer_avformat self, int *ignore, AVPacket pkt, int
 
                if ( *ignore == 0 )
                {
-                       fprintf(stderr, "int_pos %lld req_pos %lld\n", int_position, req_position);
                        if ( int_position < req_position )
                                // We are behind, so skip some
                                *ignore = req_position - int_position;