summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-03-21 15:38:31 +0100
committerAnton Khirnov <anton@khirnov.net>2016-04-24 10:06:23 +0200
commit8d0cc8ca97678f4ca87948ebabcbaab5a4f4c1f6 (patch)
tree0a3ba3db5a734025e0b718b4457be3ee10d4ae07 /libavcodec/h264.h
parentf3ed484953b81856e40239d2410058a96188b2be (diff)
h264_parser: switch to h2645_parse for NAL unescaping
Remove now unused ff_h264_decode_nal().
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 796d5d581d..cce973f42c 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -769,17 +769,6 @@ int ff_h264_get_profile(SPS *sps);
int ff_h264_decode_picture_parameter_set(H264Context *h, int bit_length);
/**
- * Decode a network abstraction layer unit.
- * @param consumed is the number of bytes used as input
- * @param length is the length of the array
- * @param dst_length is the number of decoded bytes FIXME here
- * or a decode rbsp tailing?
- * @return decoded bytes, might be src+1 if no escapes
- */
-const uint8_t *ff_h264_decode_nal(H264Context *h, H264SliceContext *sl, const uint8_t *src,
- int *dst_length, int *consumed, int length);
-
-/**
* Free any data that may have been allocated in the H264 context
* like SPS, PPS etc.
*/