summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-21 12:05:13 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-03-21 12:05:13 +0100
commitbbc0f6f9789361f9ddd462bc458410e6f0081d57 (patch)
treeb26ceba305959785c11ef932c183a9639f31d91d /libavcodec/h264.h
parent6c8ac2d78230990f3a01be28d3ef68fb281d6609 (diff)
parent25408b2a0660c1e6c8555559c4ed71dff2ede31e (diff)
Merge commit '25408b2a0660c1e6c8555559c4ed71dff2ede31e'
* commit '25408b2a0660c1e6c8555559c4ed71dff2ede31e': h264: make ff_h264_frame_start static. Conflicts: libavcodec/h264.c libavcodec/h264.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 939426e9c5..c36cf70821 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -736,7 +736,6 @@ int ff_h264_check_intra4x4_pred_mode(H264Context *h);
int ff_h264_check_intra_pred_mode(H264Context *h, int mode, int is_chroma);
void ff_h264_hl_decode_mb(H264Context *h);
-int ff_h264_frame_start(H264Context *h);
int ff_h264_decode_extradata(H264Context *h, const uint8_t *buf, int size);
int ff_h264_decode_init(AVCodecContext *avctx);
void ff_h264_decode_init_vlc(void);