]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/aiffenc.c
lavf/rmdec: Use correct format specifier for int64_t.
[ffmpeg] / libavformat / aiffenc.c
index 09d91a7e4db6ab05ad0a4b57ebb173b1838e691e..25dc5e62843635778cb32fdd7520a9af25f3b023 100644 (file)
@@ -305,7 +305,7 @@ static int aiff_write_trailer(AVFormatContext *s)
 #define ENC AV_OPT_FLAG_ENCODING_PARAM
 static const AVOption options[] = {
     { "write_id3v2", "Enable ID3 tags writing.",
-      OFFSET(write_id3v2), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 1, ENC },
+      OFFSET(write_id3v2), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, ENC },
     { "id3v2_version", "Select ID3v2 version to write. Currently 3 and 4 are supported.",
       OFFSET(id3v2_version), AV_OPT_TYPE_INT, {.i64 = 4}, 3, 4, ENC },
     { NULL },