mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-01 15:56:59 +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;
|
||||
}
|
||||
|
||||
void ogm_demuxer_c::process_page(int64_t granulepos) {
|
||||
void
|
||||
ogm_demuxer_c::process_page(int64_t granulepos) {
|
||||
ogg_packet op;
|
||||
|
||||
while (ogg_stream_packetout(&os, &op) == 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user