]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegvideo_common.h
roqvideo: Remove a totally unused dspcontext
[ffmpeg] / libavcodec / mpegvideo_common.h
index 5612d4e025d4e3c42706bc9a9b4bfc018228d583..ebf9c7d619596f93be348a29fe252d7f114d32c4 100644 (file)
@@ -45,7 +45,7 @@ int ff_dct_quantize_c(MpegEncContext *s, DCTELEM *block, int n, int qscale, int
  * Set the given MpegEncContext to common defaults (same for encoding and decoding).
  * The changed fields will not depend upon the prior state of the MpegEncContext.
  */
-void MPV_common_defaults(MpegEncContext *s);
+void ff_MPV_common_defaults(MpegEncContext *s);
 
 static inline void gmc1_motion(MpegEncContext *s,
                                uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,