|
|
@@ -1311,7 +1311,7 @@ const AVClass *avformat_get_class(void); |
|
|
|
* |
|
|
|
* @return newly created stream or NULL on error. |
|
|
|
*/ |
|
|
|
AVStream *avformat_new_stream(AVFormatContext *s, AVCodec *c); |
|
|
|
AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c); |
|
|
|
|
|
|
|
AVProgram *av_new_program(AVFormatContext *s, int id); |
|
|
|
|
|
|
|