diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-05-03 03:21:23 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-05-07 21:01:37 +0200 |
commit | a7dd933b811b799cc087508f24201f2593c07347 (patch) | |
tree | a961c46c572023a0945e88c4333573d89a92f759 /libavcodec/avcodec.h | |
parent | daea3209693f28328ca553fb33fdf8fc2ab42044 (diff) | |
download | ffmpeg-a7dd933b811b799cc087508f24201f2593c07347.tar.gz |
avcodec: Add av_packet_side_data_name()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index f1a330e409..4aeb57aed4 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -3852,6 +3852,8 @@ int av_packet_merge_side_data(AVPacket *pkt); int av_packet_split_side_data(AVPacket *pkt); +const char *av_packet_side_data_name(enum AVPacketSideDataType type); + /** * Pack a dictionary for use in side_data. * |