mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
Do not auto-detect Sorenson Spark in f4v.
Assuming codec_tag H263 for FLV only leads to trouble.
This commit is contained in:
parent
7e75f06182
commit
059707ee2d
@ -204,7 +204,7 @@ const AVCodecTag codec_movvideo_tags[] = {
|
||||
|
||||
{ CODEC_ID_DIRAC, MKTAG('d', 'r', 'a', 'c') },
|
||||
{ CODEC_ID_DNXHD, MKTAG('A', 'V', 'd', 'n') }, /* AVID DNxHD */
|
||||
{ CODEC_ID_FLV1, MKTAG('H', '2', '6', '3') }, /* Flash Media Server */
|
||||
// { CODEC_ID_FLV1, MKTAG('H', '2', '6', '3') }, /* Flash Media Server */
|
||||
{ CODEC_ID_MSMPEG4V3, MKTAG('3', 'I', 'V', 'D') }, /* 3ivx DivX Doctor */
|
||||
{ CODEC_ID_RAWVIDEO, MKTAG('A', 'V', '1', 'x') }, /* AVID 1:1x */
|
||||
{ CODEC_ID_RAWVIDEO, MKTAG('A', 'V', 'u', 'p') },
|
||||
|
Loading…
Reference in New Issue
Block a user