~ubuntu-branches/debian/experimental/libav/experimental

« back to all changes in this revision

Viewing changes to libavcodec/x86/mpegvideoenc.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-08-17 22:33:40 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20140817223340-net3rzywma60pzhz
Tags: 6:11~beta1-1
* New upstream Release v11~alpha2
* build against libgnutls28-dev (Closes: #758447)
* Bump shlibs

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
}
194
194
#endif /* HAVE_INLINE_ASM */
195
195
 
196
 
av_cold void ff_MPV_encode_init_x86(MpegEncContext *s)
 
196
av_cold void ff_mpv_encode_init_x86(MpegEncContext *s)
197
197
{
198
198
    const int dct_algo = s->avctx->dct_algo;
199
199
    int i;