]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv34.h
h264: use must_reinit to simplify code
[ffmpeg] / libavcodec / rv34.h
index 6b8d36556f956dd27c9d1a50fe09cafa732f8eb7..bb18b45d221ee6d7fe2b2b329282c41c6c234d53 100644 (file)
@@ -133,7 +133,7 @@ typedef struct RV34DecContext{
  */
 int ff_rv34_get_start_offset(GetBitContext *gb, int blocks);
 int ff_rv34_decode_init(AVCodecContext *avctx);
-int ff_rv34_decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt);
+int ff_rv34_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt);
 int ff_rv34_decode_end(AVCodecContext *avctx);
 int ff_rv34_decode_init_thread_copy(AVCodecContext *avctx);
 int ff_rv34_decode_update_thread_context(AVCodecContext *dst, const AVCodecContext *src);