Revision 5b21bdab libavformat/dv.h
libavformat/dv.h | ||
---|---|---|
25 | 25 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
26 | 26 |
*/ |
27 | 27 |
|
28 |
#ifndef AVFORMAT_DV_H
|
|
29 |
#define AVFORMAT_DV_H
|
|
28 |
#ifndef FFMPEG_DV_H
|
|
29 |
#define FFMPEG_DV_H
|
|
30 | 30 |
|
31 | 31 |
#include "avformat.h" |
32 | 32 |
|
... | ... | |
41 | 41 |
int dv_assemble_frame(DVMuxContext *c, AVStream*, const uint8_t*, int, uint8_t**); |
42 | 42 |
void dv_delete_mux(DVMuxContext*); |
43 | 43 |
|
44 |
#endif // AVFORMAT_DV_H |
|
44 |
#endif /* FFMPEG_DV_H */ |
Also available in: Unified diff