view rtpdec_svq3.h @ 6295:e8dfc68ad182 libavformat

gxfenc: Fix ES name in the UMF media description, by using strlen instead of sizeof Patch by Thierry Foucu, tfoucu at gmail
author mstorsjo
date Wed, 21 Jul 2010 07:46:02 +0000
parents 209c43ef17af
children
line wrap: on
line source

/*
 * Sorenson-3 (SVQ3/SV3V) payload for RTP
 * Copyright (c) 2010 Ronald S. Bultje
 *
 * This file is part of FFmpeg.
 *
 * FFmpeg is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * FFmpeg is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with FFmpeg; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 */

#ifndef AVFORMAT_RTPDEC_SVQ3_H
#define AVFORMAT_RTPDEC_SVQ3_H

#include "libavcodec/avcodec.h"
#include "rtpdec.h"

/**
 * Sorenson-3 RTP callbacks.
 */
extern RTPDynamicProtocolHandler ff_svq3_dynamic_handler;

#endif /* AVFORMAT_RTPDEC_SVQ3_H */