lavc: add ff_init_buffer_info()

Fixes seeking per fileposition in ffplay.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-10-07 02:11:06 +02:00
parent 5ec55d216e
commit b93cb8383f
3 changed files with 27 additions and 0 deletions

View file

@ -55,4 +55,9 @@ int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b);
unsigned int ff_toupper4(unsigned int x);
/**
* does needed setup of pkt_pts/pos and such for (re)get_buffer();
*/
void ff_init_buffer_info(AVCodecContext *s, AVFrame *pic);
#endif /* AVCODEC_INTERNAL_H */