Codebase list aribb24 / watch-fixes/main src / decoder_private.h
watch-fixes/main

Tree @watch-fixes/main (Download .tar.gz)

decoder_private.h @watch-fixes/mainraw · history · blame

/*****************************************************************************
 * decoder_private.h : ARIB STD-B24 JIS 8bit character code decoder
 *****************************************************************************
 * Copyright (C) 2014 François Cartegnie
 *
 * Authors:  François Cartegnie <fcvlcdev@free.fr>
 *
 * This program 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.
 *
 * This program 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 this program; if not, write to the Free Software Foundation,
 * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
 *****************************************************************************/

#ifndef DECODER_PRIVATE_H
#define DECODER_PRIVATE_H 1

arib_decoder_t * arib_decoder_new( arib_instance_t *p_instance );
void arib_decoder_free( arib_decoder_t * );

#endif