mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-29 14:10:42 +00:00
theres no SVQ1 encoder -> it cant be default
Originally committed as revision 2252 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
09770af869
commit
2187d9482e
@ -785,7 +785,7 @@ static AVOutputFormat mov_oformat = {
|
||||
"mov",
|
||||
sizeof(MOVContext),
|
||||
CODEC_ID_MP2,
|
||||
CODEC_ID_SVQ1,
|
||||
CODEC_ID_MPEG4,
|
||||
mov_write_header,
|
||||
mov_write_packet,
|
||||
mov_write_trailer,
|
||||
|
Loading…
Reference in New Issue
Block a user