Changes between Version 1 and Version 2 of Ticket #958, comment 4
- Timestamp:
- Feb 12, 2012, 7:09:06 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #958, comment 4
v1 v2 34 34 So trace directly into the code and don't depend on anything else. 35 35 36 You could also place an av_log message if total = 0 but just for testing since ebml_read_num is called in several places and mostly you won't need the log message.36 You could also place an av_log message if total == 0 but just for testing since ebml_read_num is called in several places and mostly you won't need the log message. 37 37 38 38


