mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
ituh263dec: Have function signature match across declaration and definition
libavcodec/ituh263dec.c(215) : warning C4028: formal parameter 1 different from declaration libavcodec/ituh263dec.c(215) : warning C4028: formal parameter 2 different from declaration
This commit is contained in:
parent
67c65e461c
commit
99ddeddc7f
@ -21,7 +21,11 @@
|
||||
#define AVCODEC_H263_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "libavutil/rational.h"
|
||||
|
||||
#include "get_bits.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "h263data.h"
|
||||
@ -95,7 +99,7 @@ int av_const h263_get_picture_format(int width, int height);
|
||||
|
||||
void ff_clean_h263_qscales(MpegEncContext *s);
|
||||
int ff_h263_resync(MpegEncContext *s);
|
||||
const uint8_t *ff_h263_find_resync_marker(const uint8_t *p, const uint8_t *end);
|
||||
const uint8_t *ff_h263_find_resync_marker(const uint8_t *restrict p, const uint8_t *restrict end);
|
||||
void ff_h263_encode_motion(MpegEncContext * s, int val, int f_code);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user