Skip to content
Snippets Groups Projects
Commit 5bf3ee01 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf
Browse files

codec: vpx: copy the source projection metadata into the output


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent fc633fdc
No related branches found
No related tags found
No related merge requests found
......@@ -246,6 +246,9 @@ static picture_t *Decode(decoder_t *dec, block_t **pp_block)
break;
}
dec->fmt_out.video.projection_mode = dec->fmt_in.video.projection_mode;
dec->fmt_out.video.pose = dec->fmt_in.video.pose;
if (decoder_UpdateVideoFormat(dec))
return NULL;
picture_t *pic = decoder_NewPicture(dec);
......
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