mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-04 09:15:05 +00:00
Cosmetics.
This commit is contained in:
parent
0163eafe86
commit
940383a9c9
@ -888,7 +888,8 @@ ogm_demuxer_c::get_duration_and_len(ogg_packet &op,
|
|||||||
duration = 0;
|
duration = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ogm_demuxer_c::process_page(int64_t granulepos) {
|
void
|
||||||
|
ogm_demuxer_c::process_page(int64_t granulepos) {
|
||||||
ogg_packet op;
|
ogg_packet op;
|
||||||
|
|
||||||
while (ogg_stream_packetout(&os, &op) == 1) {
|
while (ogg_stream_packetout(&os, &op) == 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user