diff --git a/libavformat/au.c b/libavformat/au.c index fcc599ba96..fb35a9a613 100644 --- a/libavformat/au.c +++ b/libavformat/au.c @@ -130,9 +130,6 @@ static int au_read_packet(AVFormatContext *s, return ret; pkt->stream_index = 0; - /* note: we need to modify the packet size here to handle the last - packet */ - pkt->size = ret; return 0; }