mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
libeplayer/container_ffmpeg: subtitle fix
This commit is contained in:
@@ -742,9 +742,8 @@ static void FFMPEGThread(Context_t *context) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
|
||||||
if(((AVStream*)subtitleTrack->stream)->codec->codec_id == AV_CODEC_ID_SSA)
|
if(((AVStream*)subtitleTrack->stream)->codec->codec_id == AV_CODEC_ID_SSA)
|
||||||
{
|
{
|
||||||
SubtitleData_t data;
|
SubtitleData_t data;
|
||||||
|
Reference in New Issue
Block a user