mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>)
Originally committed as revision 5032 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4ea28253b6
commit
bd12d3e9dc
@ -155,6 +155,7 @@ static const CodecTag mov_video_tags[] = {
|
||||
};
|
||||
|
||||
static const CodecTag mov_audio_tags[] = {
|
||||
{ CODEC_ID_PCM_S32BE, MKTAG('i', 'n', '3', '2') },
|
||||
{ CODEC_ID_PCM_S24BE, MKTAG('i', 'n', '2', '4') },
|
||||
/* { CODEC_ID_PCM_S16BE, MKTAG('N', 'O', 'N', 'E') }, *//* uncompressed */
|
||||
{ CODEC_ID_PCM_S16BE, MKTAG('t', 'w', 'o', 's') }, /* 16 bits */
|
||||
|
Loading…
x
Reference in New Issue
Block a user