]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/decode.h
avcodec/qdmc: Make tables used to initialize VLCs smaller
[ffmpeg] / libavcodec / decode.h
index 5565346f9623dff5c41d1b6718183df00a4034b1..d4e3f5c5b510c916491585d1d24d52e7894bf2f8 100644 (file)
@@ -64,6 +64,11 @@ typedef struct FrameDecodeData {
  */
 int ff_decode_get_packet(AVCodecContext *avctx, AVPacket *pkt);
 
+/**
+ * Set various frame properties from the codec context / packet data.
+ */
+int ff_decode_frame_props(AVCodecContext *avctx, AVFrame *frame);
+
 /**
  * Called during avcodec_open2() to initialize avctx->internal->bsf.
  * The bsf should be freed with av_bsf_free().