]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/internal.h
lavc: implement an ATRAC9 decoder
[ffmpeg] / libavcodec / internal.h
index 16bd10128495b83685ed68700fa65740da4d311f..bb92873d7b85c7c03180b9f8f2f37de85143dc6d 100644 (file)
@@ -235,12 +235,6 @@ int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b);
 
 unsigned int avpriv_toupper4(unsigned int x);
 
-/**
- * does needed setup of pkt_pts/pos and such for (re)get_buffer();
- */
-int ff_init_buffer_info(AVCodecContext *s, AVFrame *frame);
-
-
 void ff_color_frame(AVFrame *frame, const int color[4]);
 
 /**