I use the ffmpeg api to decode video.
After allocating and opening a *AvCodecContext* with *avcodec_open2*, then
when decoding finishes, is it valid to call just
*avcodec_flush_buffers* and *avcodec_free_context* without calling
*avcodec_close* ?

thanks
Dafna
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to