]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/parser.h
Merge commit 'a6653787a4b1e89170ff7962312dd110769c83a3'
[ffmpeg] / libavcodec / parser.h
index 7fe0e115b1dcdce69fafb02c32db2e656ed62622..ef35547e9b65409b7ddad2e27c2a49add5d23f3b 100644 (file)
@@ -53,7 +53,8 @@ void ff_parse_close(AVCodecParserContext *s);
  * Fetch timestamps for a specific byte within the current access unit.
  * @param off byte position within the access unit
  * @param remove Found timestamps will be removed if set to 1, kept if set to 0.
+ * @param fuzzy Only use found value if it is more informative than what we already have
  */
-void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove);
+void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove, int fuzzy);
 
 #endif /* AVCODEC_PARSER_H */