Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-04-14 03:13:21 +0300
committerJames Almer <jamrial@gmail.com>2016-04-14 03:13:21 +0300
commit0efafc5849037046c3834769d6e20d33fae0c769 (patch)
tree7c3d83c5b3dbb734835a9f7c116f5cf4c044dad7 /libavformat/internal.h
parent868bce48f6d85c29d1b8c17686b42ea5601865ce (diff)
avformat/framehash: enable new output
Also, make every addition except for sidedata part of version 1 instead of the new version 2. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
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 8e0cb34d76..1719deb219 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 version);
+int ff_framehash_write_header(AVFormatContext *s);
/**
* Read a transport packet from a media file.