On 31/07/13 14:44, Ben Avison wrote: > Each AVStream struct for an H.264 elementary stream actually has two copies > of the H264DSPContext struct (and in fact all the other members of > H264Context as well): > > ((H264Context *) ((AVStream *)st)->codec->priv_data)->h264dsp > ((H264Context *) ((AVStream *)st)->parser->priv_data)->h264dsp > > but only the first of these was actually being initialised. This prevented > the addition of platform-specific implementations of parser-related functions. > --- > libavcodec/h264_parser.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) >
Seems fine to me. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
