On Sat, Oct 07, 2023 at 02:40:28AM +0200, Andreas Rheinhardt wrote:
> There is no need to parse the header twice; doing so does nothing.
>
> Signed-off-by: Andreas Rheinhardt
> ---
> libavcodec/h261dec.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/libavcodec/h261dec.c b/libavcodec
There is no need to parse the header twice; doing so does nothing.
Signed-off-by: Andreas Rheinhardt
---
libavcodec/h261dec.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavcodec/h261dec.c b/libavcodec/h261dec.c
index 91d555a70e..272bbbea34 100644
--- a/libavcodec/h261dec.c
+++ b/lib