mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libeplayer3: disable mjpeg format,because hardware does not support and this kills PTS (mp3 with attached picture)
Origin commit data
------------------
Branch: master
Commit: 4d1aa0a214
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-03-02 (Mon, 02 Mar 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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:
|
case AV_CODEC_ID_MPEG2VIDEO:
|
||||||
return "V_MPEG2";
|
return "V_MPEG2";
|
||||||
case AV_CODEC_ID_MJPEG:
|
case AV_CODEC_ID_MJPEG:
|
||||||
return "V_MJPEG";
|
return NULL;//"V_MJPEG";
|
||||||
case AV_CODEC_ID_H263:
|
case AV_CODEC_ID_H263:
|
||||||
case AV_CODEC_ID_H263P:
|
case AV_CODEC_ID_H263P:
|
||||||
case AV_CODEC_ID_H263I:
|
case AV_CODEC_ID_H263I:
|
||||||
|
Reference in New Issue
Block a user