summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2019-10-04 11:54:28 -0300
committerJames Almer <jamrial@gmail.com>2020-01-15 23:33:41 -0300
commit717b2074ecf3ade6b213ee8d67efa23f12a4e67e (patch)
treeaed0c73697a812fb098d16e2d72038fc9e029529 /libavcodec/internal.h
parentea5a9106287b85ea702a13e83778f80dab51143b (diff)
avcodec: add a Producer Reference Time AVPacketSideData type
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 9db3d36acb..5930dd0da0 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -392,6 +392,8 @@ AVCPBProperties *ff_add_cpb_side_data(AVCodecContext *avctx);
int ff_side_data_set_encoder_stats(AVPacket *pkt, int quality, int64_t *error, int error_count, int pict_type);
+int ff_side_data_set_prft(AVPacket *pkt, int64_t timestamp);
+
/**
* Check AVFrame for A53 side data and allocate and fill SEI message with A53 info
*