Commit 2893a348 authored by diego's avatar diego

Move declaration of av_set_program_name and av_program_add_stream_index

to a more sensible place.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15991 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent faa5f895
......@@ -22,7 +22,11 @@
#define AVFORMAT_INTERNAL_H
#include <stdint.h>
#include "avformat.h"
char *ff_data_to_hex(char *buf, const uint8_t *src, int size);
void av_set_program_name(AVProgram *program, char *provider_name, char *name);
void av_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx);
#endif /* AVFORMAT_INTERNAL_H */
......@@ -38,8 +38,6 @@ typedef struct PESContext PESContext;
static PESContext* add_pes_stream(MpegTSContext *ts, int pid, int pcr_pid, int stream_type);
static AVStream* new_pes_av_stream(PESContext *pes, uint32_t code);
void av_set_program_name(AVProgram *program, char *provider_name, char *name);
void av_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx);
enum MpegTSFilterType {
MPEGTS_PES,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment