diff options
author | Compn <tempn@twmi.rr.com> | 2014-04-03 12:58:13 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-04 01:29:24 +0200 |
commit | 96dd7b23323043e4f158a991458ad461a6ee8621 (patch) | |
tree | 4bda60f95507fb208a143d73865d33b70d1e52af /libavformat/riff.c | |
parent | f5f18aecef277030e38e9107be310f744d12a4f8 (diff) | |
download | ffmpeg-96dd7b23323043e4f158a991458ad461a6ee8621.tar.gz |
riff: add PLV1 fourcc to mpeg4
Sample-Id: york-water-meteor.avi
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index b68abce118..fa8ed3e2be 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -106,6 +106,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_MPEG4, MKTAG('X', 'V', 'I', 'X') }, { AV_CODEC_ID_MPEG4, MKTAG('D', 'r', 'e', 'X') }, { AV_CODEC_ID_MPEG4, MKTAG('Q', 'M', 'P', '4') }, /* QNAP Systems */ + { AV_CODEC_ID_MPEG4, MKTAG('P', 'L', 'V', '1') }, /* Pelco DVR MPEG-4 */ { AV_CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') }, { AV_CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '3') }, { AV_CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', 'G', '3') }, |