Commit 512472ab authored by bcoudurier's avatar bcoudurier

dvcpro is 411p in fact


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5199 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7785b12a
......@@ -606,9 +606,9 @@ static int mov_find_video_codec_tag(MOVTrack* track)
if (track->enc->pix_fmt == PIX_FMT_YUV422P)
tag = MKTAG('d', 'v', '5', 'p');
else if (track->enc->pix_fmt == PIX_FMT_YUV420P)
tag = MKTAG('d', 'v', 'p', 'p');
else
tag = MKTAG('d', 'v', 'c', 'p');
else
tag = MKTAG('d', 'v', 'p', 'p');
}
} else {
tag = codec_get_tag(codec_movvideo_tags, track->enc->codec_id);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment