]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avfilter.h
tmv: set channel layout
[ffmpeg] / libavfilter / avfilter.h
index adb8b797d8792a3b9141eb57d3d95214138ac339..01d39b6c0b073af24fd7099b1ed7fa53e318df24 100644 (file)
@@ -478,7 +478,7 @@ struct AVFilterLink {
     int h;                      ///< agreed upon image height
     AVRational sample_aspect_ratio; ///< agreed upon sample aspect ratio
     /* These two parameters apply only to audio */
-    uint64_t channel_layout;    ///< channel layout of current buffer (see libavutil/audioconvert.h)
+    uint64_t channel_layout;    ///< channel layout of current buffer (see libavutil/channel_layout.h)
     int sample_rate;            ///< samples per second
 
     int format;                 ///< agreed upon media format