Commit 1e697c0e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

rawvideo: fix vflipped bitmap packetization

parent ced16237
...@@ -338,6 +338,7 @@ static block_t *SendFrame( decoder_t *p_dec, block_t *p_block ) ...@@ -338,6 +338,7 @@ static block_t *SendFrame( decoder_t *p_dec, block_t *p_block )
} }
} }
block_Release( p_block ); block_Release( p_block );
p_block = out;
} }
return p_block; return p_block;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment