]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/nut.c
copy_block: Change type of array stride parameters to ptrdiff_t
[ffmpeg] / libavformat / nut.c
index 43ae8a0f0ee8715cd60988e6df1175791a4abd4e..828d9ca5e0b1507909d528234aa89429a7db30a3 100644 (file)
@@ -149,6 +149,7 @@ const AVCodecTag ff_nut_audio_tags[] = {
     { AV_CODEC_ID_PCM_U32BE,        MKTAG(32,  'D', 'U', 'P') },
     { AV_CODEC_ID_PCM_U32LE,        MKTAG('P', 'U', 'D',  32) },
     { AV_CODEC_ID_PCM_U8,           MKTAG('P', 'U', 'D',   8) },
+    { AV_CODEC_ID_PCM_S16BE_PLANAR, MKTAG(16 , 'P', 'S', 'P') },
     { AV_CODEC_ID_PCM_S16LE_PLANAR, MKTAG('P', 'S', 'P',  16) },
     { AV_CODEC_ID_PCM_S24LE_PLANAR, MKTAG('P', 'S', 'P',  24) },
     { AV_CODEC_ID_PCM_S32LE_PLANAR, MKTAG('P', 'S', 'P',  32) },