mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
riff: Add 'tshd' FourCC for H.264
This commit is contained in:
parent
c0f504e947
commit
02d76141d6
@ -39,6 +39,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
||||
{ AV_CODEC_ID_H264, MKTAG('V', '2', '6', '4') }, /* CCTV recordings */
|
||||
{ AV_CODEC_ID_H264, MKTAG('G', 'A', 'V', 'C') }, /* GeoVision camera */
|
||||
{ AV_CODEC_ID_H264, MKTAG('U', 'M', 'S', 'V') },
|
||||
{ AV_CODEC_ID_H264, MKTAG('t', 's', 'h', 'd') },
|
||||
{ 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') },
|
||||
|
Loading…
Reference in New Issue
Block a user