|
|
@ -816,7 +816,7 @@ int enc_alloc(Encoder **penc, const AVCodec *codec); |
|
|
|
void enc_free(Encoder **penc); |
|
|
|
void enc_free(Encoder **penc); |
|
|
|
|
|
|
|
|
|
|
|
int enc_open(OutputStream *ost, AVFrame *frame); |
|
|
|
int enc_open(OutputStream *ost, AVFrame *frame); |
|
|
|
void enc_subtitle(OutputFile *of, OutputStream *ost, AVSubtitle *sub); |
|
|
|
void enc_subtitle(OutputFile *of, OutputStream *ost, const AVSubtitle *sub); |
|
|
|
void enc_frame(OutputStream *ost, AVFrame *frame); |
|
|
|
void enc_frame(OutputStream *ost, AVFrame *frame); |
|
|
|
void enc_flush(void); |
|
|
|
void enc_flush(void); |
|
|
|
|
|
|
|
|
|
|
|