Changes between Initial Version and Version 1 of Ticket #7592, comment 1
- Timestamp:
- Dec 4, 2018, 3:52:07 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7592, comment 1
initial v1 1 1 This is a solution I used to solve this problem: 2 2 3 4 {{{ 3 5 diff --git a/third_party/ffmpeg/libavformat/avio.h b/third_party/ffmpeg/libavformat/avio.h 4 6 index 75912ce6bed9..c44e1c7e9c9b 100644 … … 78 80 79 81 if (skip < (1<<23)) { 82 }}}


