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

« back to all changes in this revision

Viewing changes to libavcodec/rv34dsp.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-01-18 15:46:55 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20140118154655-iz6u00yevkat1jqi
Tags: 6:10~alpha2-1
New Upstream release 10_alpha2. This upstream git snapshot has too many
changes to list here, cf. to the upstream Changelog:
http://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v10_alpha2

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
void ff_rv34dsp_init_arm(RV34DSPContext *c);
82
82
void ff_rv34dsp_init_x86(RV34DSPContext *c);
83
83
 
 
84
void ff_rv40dsp_init_aarch64(RV34DSPContext *c);
84
85
void ff_rv40dsp_init_x86(RV34DSPContext *c);
85
86
void ff_rv40dsp_init_arm(RV34DSPContext *c);
86
87