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:
Jacek Jendrzej
2020-03-02 18:50:21 +01:00
committed by vanhofen
parent fd71705a5b
commit 959bc36199

View File

@@ -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: