X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Finternal.h;h=30117069a94862924bd0103279002f6d3bbd4e1f;hb=d6bd29492ca2f0571580d2601386cc2e1dd37250;hp=08987c76be720800a73b6ca8de86bac2148d19c8;hpb=2ba45778095cdd6e1438644e4797b76e9de6c672;p=ffmpeg diff --git a/libavformat/internal.h b/libavformat/internal.h index 08987c76be7..30117069a94 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -337,8 +337,6 @@ void ff_free_stream(AVFormatContext *s, AVStream *st); void ff_compute_frame_duration(int *pnum, int *pden, AVStream *st, AVCodecParserContext *pc, AVPacket *pkt); -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);