]> git.sesse.net Git - ffmpeg/commit
avformat/matroskaenc: Use av_stream_get_side_data() instead of loop
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 7 May 2020 12:13:07 +0000 (14:13 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 19 May 2020 00:54:13 +0000 (02:54 +0200)
commitff1264aa4d31b7082f0b7c4dca625f9f2a6391a3
treeebc4e15aeb6d7812e4dd80f02ce700562de7fed2
parentb921d4d013a7f4d23fbdba8800780b8171af9d5e
avformat/matroskaenc: Use av_stream_get_side_data() instead of loop

in mkv_write_stereo_mode(). Also check the size of the AVStereo3D
side data.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/matroskaenc.c