riff: Add V264 for H264 in CCTV recordings

This commit is contained in:
Carl Eugen Hoyos 2012-12-02 00:43:39 +01:00 committed by Vittorio Giovara
parent 51ace0fb92
commit 9d9d319a3c
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_H264, MKTAG('S', 'M', 'V', '2') },
{ AV_CODEC_ID_H264, MKTAG('V', 'S', 'S', 'H') },
{ AV_CODEC_ID_H264, MKTAG('Q', '2', '6', '4') }, /* QNAP surveillance system */
{ AV_CODEC_ID_H264, MKTAG('V', '2', '6', '4') },
{ AV_CODEC_ID_H263, MKTAG('H', '2', '6', '3') },
{ AV_CODEC_ID_H263, MKTAG('X', '2', '6', '3') },
{ AV_CODEC_ID_H263, MKTAG('T', '2', '6', '3') },