Commit 563ed912 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'bb770168'

* commit 'bb770168':
  lavf: Document the codec context initialization
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 2980c8e7 bb770168
......@@ -198,6 +198,10 @@
* be set to the timebase that the caller desires to use for this stream (note
* that the timebase actually used by the muxer can be different, as will be
* described later).
* - It is advised to manually initialize only the relevant fields in
* AVCodecContext, rather than using @ref avcodec_copy_context() during
* remuxing: there is no guarantee that the codec context values remain valid
* for both input and output format contexts.
* - The caller may fill in additional information, such as @ref
* AVFormatContext.metadata "global" or @ref AVStream.metadata "per-stream"
* metadata, @ref AVFormatContext.chapters "chapters", @ref
......
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