Skip to content

Commit

Permalink
cin: revert heretic 2 mpeg hack
Browse files Browse the repository at this point in the history
Partial reverts: bd5685d
  • Loading branch information
0lvin committed Feb 25, 2024
1 parent 5c89bbf commit f9f54c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/client/cinema/pl_mpeg.h
Original file line number Diff line number Diff line change
Expand Up @@ -1785,8 +1785,6 @@ int plm_demux_has_headers(plm_demux_t *self) {
plm_buffer_skip(self->buffer, 5); // misc flags
self->num_video_streams = plm_buffer_read(self->buffer, 5);

/* hack for heretic2 */
self->num_video_streams = 1;
self->has_system_header = TRUE;
}

Expand Down

0 comments on commit f9f54c7

Please sign in to comment.