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/sol.c')
-rw-r--r--libavformat/sol.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/sol.c b/libavformat/sol.c
index b2ecd82c46..8650f0b355 100644
--- a/libavformat/sol.c
+++ b/libavformat/sol.c
@@ -135,10 +135,6 @@ static int sol_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;
}