diff options
author | Kieran Kunhya <kieran@kunhya.com> | 2011-03-11 12:39:55 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-28 04:11:26 +0200 |
commit | 5501afa6ee857693bf4fe745792ab7b79477f731 (patch) | |
tree | 112a88b867333f07c7987fef7a1d2ebfd494da13 /libavformat/avformat.h | |
parent | 24adef142f4901abf7e92e79d20b79f332d5c54f (diff) | |
download | ffmpeg-5501afa6ee857693bf4fe745792ab7b79477f731.tar.gz |
Export PCR pid
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 783039bcb2..292479e3d6 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -650,6 +650,7 @@ typedef struct AVProgram { int program_num; int pmt_pid; + int pcr_pid; } AVProgram; #define AVFMTCTX_NOHEADER 0x0001 /**< signal that no header is present |