Commit 272ef342 authored by reimar's avatar reimar

Remove useless setting of pkt->size, av_get_packet already handles that.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20139 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e3b0e58f
......@@ -274,9 +274,6 @@ static int wav_read_packet(AVFormatContext *s,
return AVERROR(EIO);
pkt->stream_index = 0;
/* note: we need to modify the packet size here to handle the last
packet */
pkt->size = ret;
return ret;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment