~ubuntu-branches/debian/sid/gstreamer0.10-ffmpeg/sid

« back to all changes in this revision

Viewing changes to gst-libs/ext/ffmpeg/libavcodec/sp5xdec.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-02-22 12:24:07 UTC
  • mfrom: (1.1.24 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090222122407-nubojphrd84klmee
Tags: 0.10.6-3
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
    sp5x_decode_frame,
200
200
    CODEC_CAP_DR1,
201
201
    NULL,
202
 
    .long_name = "Sunplus JPEG (SP5X)"
 
202
    .long_name = NULL_IF_CONFIG_SMALL("Sunplus JPEG (SP5X)"),
203
203
};
204
204
 
205
205
AVCodec amv_decoder = {
211
211
    NULL,
212
212
    ff_mjpeg_decode_end,
213
213
    sp5x_decode_frame,
214
 
    .long_name = "AMV Video",
 
214
    .long_name = NULL_IF_CONFIG_SMALL("AMV Video"),
215
215
};