Removed postprocess code from decoder

This commit is contained in:
Martin Pulec
2016-07-26 15:03:38 +02:00
parent 5197a11c85
commit 8ee29f095f
9 changed files with 38 additions and 295 deletions

View File

@@ -1132,7 +1132,6 @@ int main(int argc, char *argv[])
params["video_delay"].ptr = (void *) &video_offset;
// UltraGrid RTP
params["postprocess"].ptr = (void *) NULL;
params["decoder_mode"].l = (long) decoder_mode;
params["display_device"].ptr = uv.display_device;