]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/audioconvert.h
build: Try to find fate_config.sh.template in source path
[ffmpeg] / libavcodec / audioconvert.h
index 5f38cca5134b663ddb621cc49b1e8b1cf64756c3..7d8278fd47127cc353bcc1433a613327489ed12f 100644 (file)
@@ -80,7 +80,7 @@ int avcodec_channel_layout_num_channels(int64_t channel_layout);
  * @param fmt_name Format name, or NULL if unknown
  * @return Channel layout mask
  */
-int64_t avcodec_guess_channel_layout(int nb_channels, enum CodecID codec_id, const char *fmt_name);
+uint64_t avcodec_guess_channel_layout(int nb_channels, enum CodecID codec_id, const char *fmt_name);
 
 struct AVAudioConvert;
 typedef struct AVAudioConvert AVAudioConvert;