~ubuntu-branches/ubuntu/precise/mplayer2/precise-proposed

« back to all changes in this revision

Viewing changes to ffmpeg-mt/libavcodec/dxva2_vc1.c

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2011-04-21 09:21:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110421092139-7a21foqroxvir3wr
Tags: 2.0-54-gd33877a-1
* New upstream version
* Bug fix: "internal MP3 decoder miscompiles with gcc 4.6", thanks to
  Norbert Preining (Closes: #623279). Fixed by no longer using internal
  mp3lib copy.
* drop build host specific optimizations

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *
4
4
 * copyright (c) 2010 Laurent Aimar
5
5
 *
6
 
 * This file is part of FFmpeg.
 
6
 * This file is part of Libav.
7
7
 *
8
 
 * FFmpeg is free software; you can redistribute it and/or
 
8
 * Libav is free software; you can redistribute it and/or
9
9
 * modify it under the terms of the GNU Lesser General Public
10
10
 * License as published by the Free Software Foundation; either
11
11
 * version 2.1 of the License, or (at your option) any later version.
12
12
 *
13
 
 * FFmpeg is distributed in the hope that it will be useful,
 
13
 * Libav is distributed in the hope that it will be useful,
14
14
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
15
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16
16
 * Lesser General Public License for more details.
17
17
 *
18
18
 * You should have received a copy of the GNU Lesser General Public
19
 
 * License along with FFmpeg; if not, write to the Free Software
 
19
 * License along with Libav; if not, write to the Free Software
20
20
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21
21
 */
22
22
 
264
264
}
265
265
 
266
266
#if CONFIG_WMV3_DXVA2_HWACCEL
267
 
AVHWAccel wmv3_dxva2_hwaccel = {
 
267
AVHWAccel ff_wmv3_dxva2_hwaccel = {
268
268
    .name           = "wmv3_dxva2",
269
269
    .type           = AVMEDIA_TYPE_VIDEO,
270
270
    .id             = CODEC_ID_WMV3,
277
277
};
278
278
#endif
279
279
 
280
 
AVHWAccel vc1_dxva2_hwaccel = {
 
280
AVHWAccel ff_vc1_dxva2_hwaccel = {
281
281
    .name           = "vc1_dxva2",
282
282
    .type           = AVMEDIA_TYPE_VIDEO,
283
283
    .id             = CODEC_ID_VC1,