mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
libeplayer3: disable mjpeg format,because hardware does not support and this kills PTS (mp3 with attached picture)
This commit is contained in:
@@ -308,7 +308,7 @@ static char *Codec2Encoding(int32_t codec_id, int32_t media_type, uint8_t *extra
|
||||
case AV_CODEC_ID_MPEG2VIDEO:
|
||||
return "V_MPEG2";
|
||||
case AV_CODEC_ID_MJPEG:
|
||||
return "V_MJPEG";
|
||||
return NULL;//"V_MJPEG";
|
||||
case AV_CODEC_ID_H263:
|
||||
case AV_CODEC_ID_H263P:
|
||||
case AV_CODEC_ID_H263I:
|
||||
|
Reference in New Issue
Block a user