Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/au.c')
-rw-r--r--libavformat/au.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/au.c b/libavformat/au.c
index 4dd84bfdeb..b78d1ac18e 100644
--- a/libavformat/au.c
+++ b/libavformat/au.c
@@ -189,10 +189,6 @@ static int au_read_packet(AVFormatContext *s,
return ret;
pkt->flags &= ~AV_PKT_FLAG_CORRUPT;
pkt->stream_index = 0;
-
- /* note: we need to modify the packet size here to handle the last
- packet */
- pkt->size = ret;
return 0;
}