]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/iff.c
http: Change the chunksize AVOption into chunked_post
[ffmpeg] / libavformat / iff.c
index 5e8f1689c445aafb1986380bb112c0d095eb6158..e6213738628e3ef506c778567d77f4581b08b737 100644 (file)
@@ -220,7 +220,7 @@ static int iff_read_header(AVFormatContext *s,
 
         switch(compression) {
         case COMP_NONE:
-            st->codec->codec_id = CODEC_ID_PCM_S8;
+            st->codec->codec_id = CODEC_ID_PCM_S8_PLANAR;
             break;
         case COMP_FIB:
             st->codec->codec_id = CODEC_ID_8SVX_FIB;