User Tools

Site Tools


ffmpeg:av_new_stream

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ffmpeg:av_new_stream [2007/12/10 10:16] – created devaffmpeg:av_new_stream [2007/12/10 10:21] (current) deva
Line 5: Line 5:
 Add a new stream to a media file.\\ Add a new stream to a media file.\\
  
-Can only be called in the [[ffmpeg:read_header()]] function. If the flag AVFMTCTX_NOHEADER is in the format context, then new streams can be added in [[ffmpeg:read_packet()]] too.\\+Can only be called in the [[ffmpeg:read_header()]] function. If the flag AVFMTCTX_NOHEADER is in the format context, then new streams can be added in [[ffmpeg:av_read_packet()]] too.\\
  
 <code c> <code c>
Line 15: Line 15:
 ===s=== ===s===
 <code c>AVFormatContext *s</code> <code c>AVFormatContext *s</code>
-Media file handle, contained in a [[ffmpeg:c>AVFormatContext]] pointer.+Media file handle, contained in a [[ffmpeg:AVFormatContext]] pointer.
  
 ===id=== ===id===
ffmpeg/av_new_stream.1197278206.txt.gz · Last modified: 2007/12/10 10:16 by deva