]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/riffdec.c
avformat/dump: Remove remnants of codec timebase
[ffmpeg] / libavformat / riffdec.c
index 070c42eee3499eb2906658fddcc08e071edd55e7..533bb5a15da6bcca30a71d33c06a4cd0e90c0f75 100644 (file)
@@ -202,7 +202,7 @@ enum AVCodecID ff_wav_codec_get_id(unsigned int tag, int bps)
         id = ff_get_pcm_codec_id(bps, 1, 0,  0);
 
     if (id == AV_CODEC_ID_ADPCM_IMA_WAV && bps == 8)
-        id = AV_CODEC_ID_PCM_ZORK;
+        id = AV_CODEC_ID_ADPCM_ZORK;
     return id;
 }