avcodec: Drop silly and/or broken printf debug output

This commit is contained in:
Diego Biurrun
2012-09-25 18:28:44 +02:00
parent 6f6b0311a3
commit 9c6cf7f2c9
21 changed files with 6 additions and 94 deletions

View File

@@ -2663,8 +2663,6 @@ static int http_receive_data(HTTPContext *c)
/* a packet has been received : write it in the store, except
if header */
if (c->data_count > FFM_PACKET_SIZE) {
// printf("writing pos=0x%"PRIx64" size=0x%"PRIx64"\n", feed->feed_write_index, feed->feed_size);
/* XXX: use llseek or url_seek */
lseek(c->feed_fd, feed->feed_write_index, SEEK_SET);
if (write(c->feed_fd, c->buffer, FFM_PACKET_SIZE) < 0) {