You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
avcodec/speedhqenc: Remove declaration of non-existent function
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@ -33,7 +33,6 @@
|
|||||||
|
|
||||||
#include "mpegvideo.h"
|
#include "mpegvideo.h"
|
||||||
|
|
||||||
void ff_speedhq_encode_close(MpegEncContext *s);
|
|
||||||
void ff_speedhq_encode_mb(MpegEncContext *s, int16_t block[12][64]);
|
void ff_speedhq_encode_mb(MpegEncContext *s, int16_t block[12][64]);
|
||||||
|
|
||||||
void ff_speedhq_end_slice(MpegEncContext *s);
|
void ff_speedhq_end_slice(MpegEncContext *s);
|
||||||
|
Reference in New Issue
Block a user