diff options
Diffstat (limited to 'video/decode/dec_video.h')
-rw-r--r-- | video/decode/dec_video.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/video/decode/dec_video.h b/video/decode/dec_video.h index 9eb90a5d5a..c7c535c68e 100644 --- a/video/decode/dec_video.h +++ b/video/decode/dec_video.h @@ -33,7 +33,6 @@ struct demux_packet; void *decode_video(sh_video_t *sh_video, struct demux_packet *packet, unsigned char *start, int in_size, int drop_frame, double pts); -int filter_video(sh_video_t *sh_video, void *frame, double pts); int get_video_quality_max(sh_video_t *sh_video); |