Skip to content
Snippets Groups Projects
Commit 4a9b069b authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos
Browse files

Support 3IVD in isom, produced by 3ivx DivX Doctor.

Fixes ticket #486.
parent 8593b743
No related branches found
No related tags found
No related merge requests found
......@@ -215,6 +215,8 @@ const AVCodecTag codec_movvideo_tags[] = {
{ CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 'o') }, /* Apple ProRes 422 Proxy */
{ CODEC_ID_PRORES, MKTAG('a', 'p', '4', 'h') }, /* Apple ProRes 4444 */
{ CODEC_ID_MSMPEG4V3, MKTAG('3', 'I', 'V', 'D') }, /* 3ivx DivX Doctor */
{ CODEC_ID_NONE, 0 },
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment