diff options
Diffstat (limited to 'ffmpeg/libavformat/daud.c')
| -rw-r--r-- | ffmpeg/libavformat/daud.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg/libavformat/daud.c b/ffmpeg/libavformat/daud.c index fb62ab1..6983785 100644 --- a/ffmpeg/libavformat/daud.c +++ b/ffmpeg/libavformat/daud.c @@ -68,7 +68,6 @@ static int daud_write_packet(struct AVFormatContext *s, AVPacket *pkt) avio_wb16(s->pb, pkt->size); avio_wb16(s->pb, 0x8010); // unknown avio_write(s->pb, pkt->data, pkt->size); - avio_flush(s->pb); return 0; } |
