Mercurial > libavcodec.hg
diff mpegvideo.h @ 4916:13ef168891b0 libavcodec
add a ff_ prefix to the now exported mpeg1_find_frame_end() function
| author | aurel |
|---|---|
| date | Sat, 05 May 2007 18:25:02 +0000 |
| parents | c22e10113015 |
| children | 3aba3479d806 |
line wrap: on
line diff
--- a/mpegvideo.h Sat May 05 18:18:51 2007 +0000 +++ b/mpegvideo.h Sat May 05 18:25:02 2007 +0000 @@ -796,7 +796,7 @@ void ff_mpeg1_encode_init(MpegEncContext *s); void ff_mpeg1_encode_slice_header(MpegEncContext *s); void ff_mpeg1_clean_buffers(MpegEncContext *s); -int mpeg1_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size); +int ff_mpeg1_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size); #include "rl.h"
