Skip to content
Snippets Groups Projects
Commit 844c30c9 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

Revert "packetizer: mpegvideo: don't output slice on sequence extension"

This reverts commit 0efc936b.
parent 65a3c5eb
No related branches found
No related tags found
No related merge requests found
......@@ -439,8 +439,7 @@ static block_t *ParseMPEGBlock( decoder_t *p_dec, block_t *p_frag )
}
else if( p_sys->b_frame_slice &&
(startcode == PICTURE_STARTCODE ||
(startcode > SLICE_STARTCODE_LAST && startcode != EXTENSION_STARTCODE )) )
(startcode == PICTURE_STARTCODE || startcode > SLICE_STARTCODE_LAST) )
{
const bool b_eos = startcode == SEQUENCE_END_STARTCODE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment