OSDN Git Service

Merge commit 'ca8c7591735c0f80cc29e31e2e92cb10228e14c7'
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>
Sat, 7 May 2016 20:41:27 +0000 (21:41 +0100)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Sat, 7 May 2016 20:41:27 +0000 (21:41 +0100)
* commit 'ca8c7591735c0f80cc29e31e2e92cb10228e14c7':
  intrax8: Remove mpegvideo dependency

Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
1  2 
libavcodec/intrax8.c
libavcodec/intrax8.h
libavcodec/vc1dec.c
libavcodec/wmv2dec.c

Simple merge
  
  #include "blockdsp.h"
  #include "get_bits.h"
- #include "mpegvideo.h"
  #include "idctdsp.h"
  #include "intrax8dsp.h"
 +#include "wmv2dsp.h"
  #include "mpegpicture.h"
  
  typedef struct IntraX8Context {
@@@ -104,10 -96,6 +99,7 @@@ void ff_intrax8_common_end(IntraX8Conte
  
  /**
   * Decode single IntraX8 frame.
-  * The parent codec must call ff_mpv_frame_start() before calling this function.
-  * The parent codec must call ff_mpv_frame_end() after calling this function.
-  * This function does not use ff_mpv_decode_mb().
 + * lowres decoding is theoretically impossible.
   * @param w pointer to IntraX8Context
   * @param pict the output Picture containing an AVFrame
   * @param gb open bitstream reader
Simple merge
Simple merge