Skip to content
Snippets Groups Projects
Commit a3075830 authored by Aurelien Jacobs's avatar Aurelien Jacobs
Browse files

add hdv2 fourcc to MPEG2 codec mapping

Originally committed as revision 4412 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9cc768f6
No related branches found
No related tags found
No related merge requests found
...@@ -118,6 +118,7 @@ static const CodecTag mov_video_tags[] = { ...@@ -118,6 +118,7 @@ static const CodecTag mov_video_tags[] = {
{ CODEC_ID_QTRLE, MKTAG('r', 'l', 'e', ' ') }, /* Apple Animation (RLE) */ { CODEC_ID_QTRLE, MKTAG('r', 'l', 'e', ' ') }, /* Apple Animation (RLE) */
{ CODEC_ID_QDRAW, MKTAG('q', 'd', 'r', 'w') }, /* QuickDraw */ { CODEC_ID_QDRAW, MKTAG('q', 'd', 'r', 'w') }, /* QuickDraw */
{ CODEC_ID_H264, MKTAG('a', 'v', 'c', '1') }, /* AVC-1/H.264 */ { CODEC_ID_H264, MKTAG('a', 'v', 'c', '1') }, /* AVC-1/H.264 */
{ CODEC_ID_MPEG2VIDEO, MKTAG('h', 'd', 'v', '2') }, /* MPEG2 produced by Sony HD camera */
{ CODEC_ID_NONE, 0 }, { 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