Skip to content
Snippets Groups Projects
Commit c06136e0 authored by Baptiste Coudurier's avatar Baptiste Coudurier
Browse files

add dnxhd fourcc

Originally committed as revision 8446 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 52b6bad2
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,8 @@ const AVCodecTag codec_movvideo_tags[] = {
{ CODEC_ID_VC1, MKTAG('v', 'c', '-', '1') }, /* SMPTE RP 2025 */
{ CODEC_ID_DNXHD, MKTAG('A', 'V', 'd', 'n') }, /* AVID DNxHD */
{ 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