]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv34.h
Fix H.264 picture reordering, 2nd try.
[ffmpeg] / libavcodec / rv34.h
index fc3642d8838b3a93f634a360064cc5f4420a4c76..a4f768eb2a3f10aa83a2538b5256522ce605fb4e 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file rv34.h
+ * @file libavcodec/rv34.h
  * RV30 and RV40 decoder common data declarations
  */
 
@@ -123,7 +123,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, uint8_t *buf, int buf_size);
+int ff_rv34_decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt);
 int ff_rv34_decode_end(AVCodecContext *avctx);
 
 #endif /* AVCODEC_RV34_H */