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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rsodec.c')
-rw-r--r--libavformat/rsodec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/rsodec.c b/libavformat/rsodec.c
index 3933fc08c6..3fa85be163 100644
--- a/libavformat/rsodec.c
+++ b/libavformat/rsodec.c
@@ -83,9 +83,6 @@ static int rso_read_packet(AVFormatContext *s, AVPacket *pkt)
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;
}