]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/ffmenc.c
doxy: Clarify what avpriv_set_pts_info does
[ffmpeg] / libavformat / ffmenc.c
index c020672bf1e9f241afcdc65e5b5bd07699201600..386487f1f991559bbf1378052d1bde90ca3b0b35 100644 (file)
@@ -170,7 +170,6 @@ static int ffm_write_header(AVFormatContext *s)
             avio_wb32(pb, codec->sample_rate);
             avio_wl16(pb, codec->channels);
             avio_wl16(pb, codec->frame_size);
-            avio_wl16(pb, codec->sample_fmt);
             break;
         default:
             return -1;