From 91f9684e5c0ff4e9ac68f80c8fb5c890bce49eb1 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 10 Jun 2014 17:11:20 +0200 Subject: [PATCH] Added yuri UltraGrid decoder for audio --- src/audio/utils.h | 2 + src/rtp/audio_decoders.c | 12 +++ src/rtp/audio_decoders.h | 10 +++ src/rtp/video_decoders.cpp | 71 +-------------- src/rtp/video_decoders.h | 19 +--- src/rtp/yuri_decoders.cpp | 180 +++++++++++++++++++++++++++++++++++++ src/rtp/yuri_decoders.h | 59 ++++++++++++ 7 files changed, 265 insertions(+), 88 deletions(-) create mode 100644 src/rtp/yuri_decoders.cpp create mode 100644 src/rtp/yuri_decoders.h diff --git a/src/audio/utils.h b/src/audio/utils.h index a9a114dcf..efb024fa9 100644 --- a/src/audio/utils.h +++ b/src/audio/utils.h @@ -51,6 +51,8 @@ #ifndef _AUDIO_UTILS_H_ #define _AUDIO_UTILS_H_ +#include