MediaProcessors
Main Page
Related Pages
Classes
Files
File List
File Members
codecs
src
ffmpeg_lhe.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2017 Rafael Antoniello
3
*
4
* This file is part of MediaProcessors.
5
*
6
* MediaProcessors is free software: you can redistribute it and/or modify
7
* it under the terms of the GNU Lesser General Public License as published by
8
* the Free Software Foundation, either version 3 of the License, or
9
* (at your option) any later version.
10
*
11
* MediaProcessors is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU Lesser General Public License for more details.
15
*
16
* You should have received a copy of the GNU Lesser General Public License
17
* along with MediaProcessors. If not, see <http://www.gnu.org/licenses/>.
18
*/
19
26
#ifndef MEDIAPROCESSORS_SRC_FFMPEG_LHE_H_
27
#define MEDIAPROCESSORS_SRC_FFMPEG_LHE_H_
28
29
/* **** Definitions **** */
30
31
/* Forward definitions */
32
typedef
struct
proc_if_s
proc_if_t
;
33
34
/* **** prototypes **** */
35
40
//extern const proc_if_t proc_if_ffmpeg_lhe_enc; //TODO?
41
46
//extern const proc_if_t proc_if_ffmpeg_lhe_dec; //TODO?
47
52
extern
const
proc_if_t
proc_if_ffmpeg_mlhe_enc
;
53
58
extern
const
proc_if_t
proc_if_ffmpeg_mlhe_dec
;
59
60
#endif
/* MEDIAPROCESSORS_SRC_FFMPEG_LHE_H_ */
proc_if_s
Definition:
proc_if.h:169
proc_if_ffmpeg_mlhe_enc
const proc_if_t proc_if_ffmpeg_mlhe_enc
Definition:
ffmpeg_lhe.c:145
proc_if_ffmpeg_mlhe_dec
const proc_if_t proc_if_ffmpeg_mlhe_dec
Definition:
ffmpeg_lhe.c:165
Generated by
1.8.11