From 25855059af0778c99f7eefeae64c007ed6efe1bb Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 23 Nov 2013 21:30:56 +0100 Subject: video: remove vf_pp auto-insertion This drops the --pp option, which was probably broken for a while. The option automatically inserted the "pp" filter. The value passed to it was ignored (which is probably broken, it always selected maximal quality). Inserting this filter can be done simply with --vf=pp, so this is not needed anymore. --- video/decode/dec_video.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'video/decode/dec_video.h') diff --git a/video/decode/dec_video.h b/video/decode/dec_video.h index 2564f45f97..3f163bb1f7 100644 --- a/video/decode/dec_video.h +++ b/video/decode/dec_video.h @@ -33,8 +33,6 @@ struct demux_packet; void *decode_video(sh_video_t *sh_video, struct demux_packet *packet, int drop_frame, double pts); -int get_video_quality_max(sh_video_t *sh_video); - int get_video_colors(sh_video_t *sh_video, const char *item, int *value); int set_video_colors(sh_video_t *sh_video, const char *item, int value); void resync_video_stream(sh_video_t *sh_video); -- cgit v1.2.3