From bfe5454cd238b16e7977085f880205229103eccb Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 27 Nov 2012 11:52:28 -0500 Subject: lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h --- libavformat/internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavformat/internal.h') diff --git a/libavformat/internal.h b/libavformat/internal.h index 01e3df3133..aafbed94a0 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -354,5 +354,8 @@ void ff_compute_frame_duration(int *pnum, int *pden, AVStream *st, int ff_get_audio_frame_size(AVCodecContext *enc, int size, int mux); +unsigned int ff_codec_get_tag(const AVCodecTag *tags, enum AVCodecID id); + +enum AVCodecID ff_codec_get_id(const AVCodecTag *tags, unsigned int tag); #endif /* AVFORMAT_INTERNAL_H */ -- cgit v1.2.3