Files
FFmpeg/libavcodec
Anton Khirnov e19551d165 lavc/decode: do not clear the frame discard flag in ff_decode_frame_props_from_pkt()
Only do it in reget_buffer().

The purpose of this clearing this flag is to prevent it for
unintentionally persisting across multiple invocations of this function
on one frame, however that is only a problem if the frame is not
unreffed between uses, which is only the case with reget_buffer().

In other cases the caller may legitimately want to set the discard flag
and should have the option of doing so.
2024-09-23 17:11:40 +02:00
..
2024-09-14 16:36:34 +08:00
2024-09-02 11:56:53 +02:00
2024-09-02 11:56:53 +02:00
2024-08-14 18:21:01 +02:00
2024-09-17 21:12:31 +02:00
2024-09-17 21:12:31 +02:00
2024-07-12 22:42:18 +02:00
2024-09-06 13:59:28 +02:00
2024-07-12 22:42:20 +02:00
2024-07-23 23:21:17 +02:00
2024-07-12 22:42:28 +02:00
2024-07-12 22:42:31 +02:00
2024-07-12 22:42:40 +02:00
2024-07-12 22:42:42 +02:00
2024-08-09 13:40:26 +08:00