From 52ec149fbee57b6ca817049c9706212a0774a32c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 21 Mar 2016 08:36:51 +0100 Subject: h2645_parse: change the AVCodecContext* parameter to void* This should make it more clear that it is not supposed to be used for anything except logging. --- libavcodec/h2645_parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h2645_parse.h') diff --git a/libavcodec/h2645_parse.h b/libavcodec/h2645_parse.h index eaf7d60917..db9800736f 100644 --- a/libavcodec/h2645_parse.h +++ b/libavcodec/h2645_parse.h @@ -59,7 +59,7 @@ int ff_h2645_extract_rbsp(const uint8_t *src, int length, * Split an input packet into NAL units. */ int ff_h2645_packet_split(H2645Packet *pkt, const uint8_t *buf, int length, - AVCodecContext *avctx, int is_nalff, int nal_length_size); + void *logctx, int is_nalff, int nal_length_size); /** * Free all the allocated memory in the packet. -- cgit v1.2.3