Quoting Andreas Rheinhardt (2019-12-01 11:05:44) > This commit updates the documentation of av_read_frame() to match its > actual behaviour in several ways: > > 1. On success, av_read_frame() always returns refcounted packets. > 2. It can handle uninitialized packets. > 3. On error, it always returns clean packets. > > This will allow callers to not initialize or unref unnecessarily. > > Signed-off-by: Andreas Rheinhardt <[email protected]> > ---
Looks ok, don't know if the version bump is necessary since there is no change in behaviour. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
