summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-04-12 11:17:47 -0300
committerJames Almer <jamrial@gmail.com>2016-04-12 11:18:57 -0300
commite3111b1ff8592b7bafe5accd9708e7f3cab60adb (patch)
tree8328189a9f9f6adcd1d272d27dbde77b081e0843 /libavformat/internal.h
parentf4a0236cbd75249418b40e8aa88b0264c0b58b69 (diff)
avformat/framehash: Add more information to the output
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index 1719deb219..8e0cb34d76 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -401,7 +401,7 @@ int ff_add_param_change(AVPacket *pkt, int32_t channels,
* Set the timebase for each stream from the corresponding codec timebase and
* print it.
*/
-int ff_framehash_write_header(AVFormatContext *s);
+int ff_framehash_write_header(AVFormatContext *s, int version);
/**
* Read a transport packet from a media file.