Re: [FFmpeg-devel] [PATCH 01/21] avcodec/h263: Remove declaration for inexistent function

2022-01-28 Thread Andreas Rheinhardt
Andreas Rheinhardt:
> Signed-off-by: Andreas Rheinhardt 
> ---
>  libavcodec/h263.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/libavcodec/h263.h b/libavcodec/h263.h
> index 982e545491..31836ebb95 100644
> --- a/libavcodec/h263.h
> +++ b/libavcodec/h263.h
> @@ -68,7 +68,6 @@ void ff_h263_encode_init(MpegEncContext *s);
>  void ff_h263_decode_init_vlc(void);
>  void ff_h263_init_rl_inter(void);
>  int ff_h263_decode_picture_header(MpegEncContext *s);
> -int ff_h263_decode_gob_header(MpegEncContext *s);
>  void ff_h263_update_motion_val(MpegEncContext * s);
>  void ff_h263_loop_filter(MpegEncContext * s);
>  int ff_h263_decode_mba(MpegEncContext *s);

Will apply this patchset (with the ff_free_picture() renamed) tomorrow
unless there are objections.

- Andreas
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".


[FFmpeg-devel] [PATCH 01/21] avcodec/h263: Remove declaration for inexistent function

2022-01-25 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt 
---
 libavcodec/h263.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/h263.h b/libavcodec/h263.h
index 982e545491..31836ebb95 100644
--- a/libavcodec/h263.h
+++ b/libavcodec/h263.h
@@ -68,7 +68,6 @@ void ff_h263_encode_init(MpegEncContext *s);
 void ff_h263_decode_init_vlc(void);
 void ff_h263_init_rl_inter(void);
 int ff_h263_decode_picture_header(MpegEncContext *s);
-int ff_h263_decode_gob_header(MpegEncContext *s);
 void ff_h263_update_motion_val(MpegEncContext * s);
 void ff_h263_loop_filter(MpegEncContext * s);
 int ff_h263_decode_mba(MpegEncContext *s);
-- 
2.32.0

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".