Changes between Initial Version and Version 1 of Ticket #438, comment 4
- Timestamp:
- Feb 4, 2012, 8:33:04 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #438, comment 4
initial v1 1 1 I incorrectly mentioned this issue in commit d7b542ae, but that one only fixes issue #941. 2 2 This issue can be fixed in a much more obvious way, but it risks breaking seeking completely for some files, and fixing it really correctly might be a bit tricky: 3 4 {{{ 3 5 --- a/libavformat/oggdec.c 4 6 +++ b/libavformat/oggdec.c … … 14 16 } 15 17 18 }}}