mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
fix segfaults on some HEVC/h265 files
Origin commit data
------------------
Branch: master
Commit: b6260c143e
Author: TangoCash <eric@loxat.de>
Date: 2019-08-25 (Sun, 25 Aug 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -434,7 +434,6 @@ static char *Codec2Encoding(int32_t codec_id, int32_t media_type, uint8_t *extra
|
||||
case AV_CODEC_ID_DVB_SUBTITLE:
|
||||
case AV_CODEC_ID_XSUB:
|
||||
case AV_CODEC_ID_MOV_TEXT:
|
||||
case AV_CODEC_ID_HDMV_PGS_SUBTITLE:
|
||||
case AV_CODEC_ID_DVB_TELETEXT:
|
||||
// case CODEC_ID_DVB_TELETEXT:
|
||||
// return "S_TEXT/SRT"; /* fixme */
|
||||
@@ -445,7 +444,9 @@ static char *Codec2Encoding(int32_t codec_id, int32_t media_type, uint8_t *extra
|
||||
case AV_CODEC_ID_SUBRIP:
|
||||
return "S_TEXT/SUBRIP";
|
||||
case AV_CODEC_ID_WEBVTT:
|
||||
return "D_WEBVTT/SUBTITLES";
|
||||
return "S_TEXT/WEBVTT";
|
||||
case AV_CODEC_ID_HDMV_PGS_SUBTITLE:
|
||||
return "S_GRAPHIC/PGS";
|
||||
default:
|
||||
ffmpeg_err("Codec ID %d (%.8x) not found\n", codec_id, codec_id);
|
||||
// Default to injected-pcm for unhandled audio types.
|
||||
|
Reference in New Issue
Block a user