On Mon, Mar 21, 2016 at 04:31:23PM +0100, Diego Biurrun wrote: > On Mon, Mar 21, 2016 at 03:00:17PM +0100, Anton Khirnov wrote: > > --- a/libavcodec/hevc_parse.c > > +++ b/libavcodec/h2645_parse.c > > @@ -155,14 +155,14 @@ static int hls_nal_unit(HEVCNAL *nal, AVCodecContext > > *avctx) > > > > -int ff_hevc_split_packet(HEVCPacket *pkt, const uint8_t *buf, int length, > > - AVCodecContext *avctx, int is_nalff, int > > nal_length_size) > > +int ff_h2645_packet_split(H2645Packet *pkt, const uint8_t *buf, int length, > > + AVCodecContext *avctx, int is_nalff, int > > nal_length_size) > > Is there a reason to switch the word order? "split_packet" does sound > more natural to me...
Never mind; it's clear after reading the next patch in the series. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
