aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-28 11:30:21 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-03-28 11:30:29 +0100
commit385ffc7650d2661b651f466f18045c2edc30b11a (patch)
tree6957fc3126be331eea4d62e2ce0c7a0f1670f250 /libavcodec/mpegvideo.h
parent63a97d56748a5deaaf5b9c26ac49f5086a8cceeb (diff)
parenteee2000b41234ae9465c314e18bfec1700181f32 (diff)
downloadffmpeg-385ffc7650d2661b651f466f18045c2edc30b11a.tar.gz
Merge commit 'eee2000b41234ae9465c314e18bfec1700181f32'
* commit 'eee2000b41234ae9465c314e18bfec1700181f32': mpeg12: Move some ff_mpeg1_* function declarations to a more suitable place Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 46470df6ca..addbde0292 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -913,8 +913,6 @@ void ff_mpeg1_encode_mb(MpegEncContext *s,
int motion_x, int motion_y);
void ff_mpeg1_encode_init(MpegEncContext *s);
void ff_mpeg1_encode_slice_header(MpegEncContext *s);
-void ff_mpeg1_clean_buffers(MpegEncContext *s);
-int ff_mpeg1_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size, AVCodecParserContext *s);
extern const uint8_t ff_aic_dc_scale_table[32];
extern const uint8_t ff_h263_chroma_qscale_table[32];