~akirad/cinecutie/trunk

« back to all changes in this revision

Viewing changes to quicktime/ffmpeg/libavformat/mpjpeg.c

  • Committer: Paolo Rampino
  • Date: 2010-03-06 18:08:30 UTC
  • Revision ID: git-v1:9d525e02347cedf5c7cbe9ecbf5d50b83c26f5e4
Updated ffmpeg, now open also flv with aac codecs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * Multipart JPEG format
3
 
 * Copyright (c) 2000, 2001, 2002, 2003 Fabrice Bellard.
 
3
 * Copyright (c) 2000, 2001, 2002, 2003 Fabrice Bellard
4
4
 *
5
5
 * This file is part of FFmpeg.
6
6
 *
55
55
 
56
56
AVOutputFormat mpjpeg_muxer = {
57
57
    "mpjpeg",
58
 
    "Mime multipart JPEG format",
 
58
    NULL_IF_CONFIG_SMALL("MIME multipart JPEG format"),
59
59
    "multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,
60
60
    "mjpg",
61
61
    0,