]> git.sesse.net Git - vlc/log
vlc
13 years agoForce SIGCHLD to default handler
Rémi Denis-Courmont [Thu, 27 May 2010 15:46:47 +0000 (18:46 +0300)]
Force SIGCHLD to default handler

... so that waitpid() works even if our parent process ignores SIGCHLD
(SIG_IGN is preserved across exec*()).

13 years agoNEWS: add mention about live-http module with example
Ilkka Ollakka [Thu, 27 May 2010 07:33:04 +0000 (10:33 +0300)]
NEWS: add mention about live-http module with example

13 years agocomsetic changes, remove define, and move callback inits in livehttp module
Keary Griffin [Thu, 27 May 2010 02:56:19 +0000 (22:56 -0400)]
comsetic changes, remove define, and move callback inits in livehttp module

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoRemoved vlc_object_find() in svcdsub.
Laurent Aimar [Wed, 26 May 2010 21:40:50 +0000 (23:40 +0200)]
Removed vlc_object_find() in svcdsub.

I don't understand why the test would be needed, you do receive data
only if the ES is selected.

13 years agoUsed VLC_CODEC_OGT/CVD in ps demuxer.
Laurent Aimar [Wed, 26 May 2010 21:31:50 +0000 (23:31 +0200)]
Used VLC_CODEC_OGT/CVD in ps demuxer.

13 years agoQt: fix Minimal view switching
Jean-Baptiste Kempf [Wed, 26 May 2010 20:37:00 +0000 (22:37 +0200)]
Qt: fix Minimal view switching

This was broken after the extension merge.
Close #3665

13 years agoRemoved all vlc_object_find in lua osd code.
Laurent Aimar [Wed, 26 May 2010 21:05:06 +0000 (23:05 +0200)]
Removed all vlc_object_find in lua osd code.

I highly doubt that the osd register/clear functions are usable...

13 years agoRemoved dead code (spu).
Laurent Aimar [Wed, 26 May 2010 20:41:05 +0000 (22:41 +0200)]
Removed dead code (spu).

13 years agoUsed filter_GetInputAttachments in freetype and quartztext.
Laurent Aimar [Wed, 26 May 2010 20:37:25 +0000 (22:37 +0200)]
Used filter_GetInputAttachments in freetype and quartztext.

It removes two broken vlc_object_find(INPUT, PARENT) and fixes input
attachements support when the vout is reused.

13 years agoImplemented filter_GetInputAttachments for text renderer in spu_t.
Laurent Aimar [Wed, 26 May 2010 20:35:03 +0000 (22:35 +0200)]
Implemented filter_GetInputAttachments for text renderer in spu_t.

13 years agoAdded filter_GetInputAttachments.
Laurent Aimar [Wed, 26 May 2010 20:07:37 +0000 (22:07 +0200)]
Added filter_GetInputAttachments.

It allows to retreive input attachments.

13 years agoImproved spu_SortSubpictures.
Laurent Aimar [Wed, 26 May 2010 18:50:41 +0000 (20:50 +0200)]
Improved spu_SortSubpictures.

spu_sys_t::i_channel is not equal to the number of currently used
channels but t is equal to the number of reserved channel since the spu
creation.

13 years agoCosmetic.
Laurent Aimar [Wed, 26 May 2010 18:26:28 +0000 (20:26 +0200)]
Cosmetic.

13 years agoqt4: fix volume-slider tooltip to fit volume regarding fontsize
Ilkka Ollakka [Wed, 26 May 2010 19:46:09 +0000 (22:46 +0300)]
qt4: fix volume-slider tooltip to fit volume regarding fontsize

Should Fix #3672

13 years agolua: update youtube script to support "html5=True" URLs
Pierre Ynard [Wed, 26 May 2010 17:46:45 +0000 (19:46 +0200)]
lua: update youtube script to support "html5=True" URLs

Sorry for last commit which was a little retarded

13 years agoavcodec: disable vp8-encoder options until it's in ffmpeg
Ilkka Ollakka [Wed, 26 May 2010 17:37:24 +0000 (20:37 +0300)]
avcodec: disable vp8-encoder options until it's in ffmpeg

13 years agoAdded livehttp access_out module to support HTTP Live Streaming
Keary Griffin [Wed, 26 May 2010 15:33:00 +0000 (11:33 -0400)]
Added livehttp access_out module to support HTTP Live Streaming

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoavcodec: change version-check to 52.69.1 for libvpx encoding settings
Ilkka Ollakka [Wed, 26 May 2010 14:16:03 +0000 (17:16 +0300)]
avcodec: change version-check to 52.69.1 for libvpx encoding settings

13 years agoAdd support for DivX XSUB subtitle streams.
Jai Menon [Wed, 26 May 2010 11:32:20 +0000 (17:02 +0530)]
Add support for DivX XSUB subtitle streams.

This close #2383
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoavcodec: add littlebit options that are adjusted for VP8
Ilkka Ollakka [Wed, 26 May 2010 12:54:52 +0000 (15:54 +0300)]
avcodec: add littlebit options that are adjusted for VP8

Seems that maxrate needs somekinda exponential function from bitrate (comparing
ffmpeg's libvpx presets) and cbr isn't something you likely will get out of this.

13 years agoavcodec: check p_pict for NULL before using it
Ilkka Ollakka [Wed, 26 May 2010 12:40:17 +0000 (15:40 +0300)]
avcodec: check p_pict for NULL before using it

13 years agoavcodec: set some hopefully reasonable defaults to vp8 encoding
Ilkka Ollakka [Wed, 26 May 2010 09:16:29 +0000 (12:16 +0300)]
avcodec: set some hopefully reasonable defaults to vp8 encoding

13 years agostandard: add webm-shortcut to mux
Ilkka Ollakka [Wed, 26 May 2010 09:13:37 +0000 (12:13 +0300)]
standard: add webm-shortcut to mux

13 years agoRevert "Process doc/Doxyfile.in"
Jean-Baptiste Kempf [Wed, 26 May 2010 08:09:54 +0000 (10:09 +0200)]
Revert "Process doc/Doxyfile.in"

This reverts commit a27709775d5ef457a4e3a41b4ec953cf828acabe.

13 years agortp sout: move ES port number initialization
Pierre Ynard [Wed, 26 May 2010 05:57:32 +0000 (07:57 +0200)]
rtp sout: move ES port number initialization

They are only ever used if there is an explicit dst

13 years agoi18n: update POTFILES.in
Pierre Ynard [Wed, 26 May 2010 05:06:19 +0000 (07:06 +0200)]
i18n: update POTFILES.in

13 years agortp sout: don't add a=rtcp: in SDP if RTP port is not specified
Pierre Ynard [Wed, 26 May 2010 04:46:38 +0000 (06:46 +0200)]
rtp sout: don't add a=rtcp: in SDP if RTP port is not specified

13 years agoProcess doc/Doxyfile.in
Jean-Baptiste Kempf [Tue, 25 May 2010 23:39:03 +0000 (01:39 +0200)]
Process doc/Doxyfile.in

13 years agoReimplemented vout_RegisterSubpictureChannel.
Laurent Aimar [Tue, 25 May 2010 21:50:05 +0000 (23:50 +0200)]
Reimplemented vout_RegisterSubpictureChannel.

 This avoids the potential deadlock introduced by
[38ed2e8ef37df763e187c1dca6b6a6c1da4887c4] when it is called inside
an event emited by the vout.

13 years agoRevert "Used vout_control_Push for vout_RegisterSubpictureChannel."
Laurent Aimar [Tue, 25 May 2010 21:44:59 +0000 (23:44 +0200)]
Revert "Used vout_control_Push for vout_RegisterSubpictureChannel."

This reverts commit 38ed2e8ef37df763e187c1dca6b6a6c1da4887c4.
It is not complete.

13 years agox264: allow b-pyramid in main-profile selection
Ilkka Ollakka [Tue, 25 May 2010 21:19:41 +0000 (00:19 +0300)]
x264: allow b-pyramid in main-profile selection

5cc3984f92754e1fd3643039354f8f00c324a90c was too strict, and for baseline it
should be only cosmetic change.

13 years agox264: default b-pyramid to "normal" from X264_BUILD >= 87
Ilkka Ollakka [Tue, 25 May 2010 21:16:15 +0000 (00:16 +0300)]
x264: default b-pyramid to "normal" from X264_BUILD >= 87

libx264 changed default to normal in that build too, also change logic
littebit so b-pyramid selection works better.

14 years agoRemoved one vlc_object_find(VOUT, CHILD) in mkv.
Laurent Aimar [Tue, 25 May 2010 20:59:37 +0000 (22:59 +0200)]
Removed one vlc_object_find(VOUT, CHILD) in mkv.

14 years agoRemoved one vlc_object_find(INPUT, PARENT) in subtitle_asa.
Laurent Aimar [Tue, 25 May 2010 20:53:50 +0000 (22:53 +0200)]
Removed one vlc_object_find(INPUT, PARENT) in subtitle_asa.

14 years agoRemoved one vlc_object_find(INPUT, PARENT) in mkv.
Laurent Aimar [Tue, 25 May 2010 20:50:11 +0000 (22:50 +0200)]
Removed one vlc_object_find(INPUT, PARENT) in mkv.

14 years agoSimplification
Rémi Denis-Courmont [Tue, 25 May 2010 20:51:14 +0000 (23:51 +0300)]
Simplification

14 years agoRemove support for reparenting
Rémi Denis-Courmont [Tue, 25 May 2010 20:45:43 +0000 (23:45 +0300)]
Remove support for reparenting

14 years agoAttached aout to its parent in aout_New().
Laurent Aimar [Tue, 25 May 2010 20:38:48 +0000 (22:38 +0200)]
Attached aout to its parent in aout_New().

14 years agoRemove vlc_object_detach()
Rémi Denis-Courmont [Tue, 25 May 2010 20:36:04 +0000 (23:36 +0300)]
Remove vlc_object_detach()

14 years agoRemove useless detach before destroy
Rémi Denis-Courmont [Tue, 25 May 2010 20:35:48 +0000 (23:35 +0300)]
Remove useless detach before destroy

14 years agoMP4: update Copyright
Jean-Baptiste Kempf [Tue, 25 May 2010 20:17:52 +0000 (22:17 +0200)]
MP4: update Copyright

14 years agoMP4: support other annotation atoms (wrn, mak, mod, PRD, grp, lyr)
Jean-Baptiste Kempf [Tue, 25 May 2010 20:16:41 +0000 (22:16 +0200)]
MP4: support other annotation atoms (wrn, mak, mod, PRD, grp, lyr)

14 years agoMP4: support numerous unusual metadata as extra_metadata
Jean-Baptiste Kempf [Tue, 25 May 2010 19:54:47 +0000 (21:54 +0200)]
MP4: support numerous unusual metadata as extra_metadata

14 years agoDestroyed the spu object inside vout_Close.
Laurent Aimar [Tue, 25 May 2010 20:00:35 +0000 (22:00 +0200)]
Destroyed the spu object inside vout_Close.

It avoids a vlc_object_detach.

14 years agoUsed vout_control_Push for vout_RegisterSubpictureChannel.
Laurent Aimar [Tue, 25 May 2010 19:54:45 +0000 (21:54 +0200)]
Used vout_control_Push for vout_RegisterSubpictureChannel.

14 years agoUsed Used vout_control_Push for vout_FlushSubpictureChannel .
Laurent Aimar [Tue, 25 May 2010 19:21:44 +0000 (21:21 +0200)]
Used Used vout_control_Push for vout_FlushSubpictureChannel .

14 years agoAdded vout_control_PushInteger.
Laurent Aimar [Tue, 25 May 2010 19:13:53 +0000 (21:13 +0200)]
Added vout_control_PushInteger.

14 years agoUsed vout_control_Push for vout_PutSubpicture.
Laurent Aimar [Tue, 25 May 2010 19:03:20 +0000 (21:03 +0200)]
Used vout_control_Push for vout_PutSubpicture.

It will be needed if we want to remove one of the timeout in the main vout
thread. It also avoids 1 access of vout->p->p_spu outside of the vout thread.

14 years agoMade object created by input_resource attached to a high level object.
Laurent Aimar [Tue, 25 May 2010 18:31:13 +0000 (20:31 +0200)]
Made object created by input_resource attached to a high level object.

 The high level object must at least live as long as the input_resource,
I used playlist, vlm or libvlc_media_player.
 It avoids invalid reparent of the vout, aout and sout on input changes.

 It breaks support for per input options used for creating vout, aout
and sout (:sout= is not impacted). I will fix the vout case.

 It breaks invalid usages of vlc_object_find(INPUT, PARENT) used
at least by :
 - the sout modules describe and display.
 - the sout statistics.
 - the vout splitter change
 - the snapshot vout display.
I will fix the vout related ones.

14 years agoRemoved fake decoder.
Laurent Aimar [Tue, 25 May 2010 17:08:35 +0000 (19:08 +0200)]
Removed fake decoder.

14 years agoRemoved fake access.
Laurent Aimar [Tue, 25 May 2010 17:04:33 +0000 (19:04 +0200)]
Removed fake access.

14 years agoNAME_MAX is undefined on SunOS
Francois Cartegnie [Tue, 18 May 2010 12:33:38 +0000 (14:33 +0200)]
NAME_MAX is undefined on SunOS

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agopulse: require Xlib
Rémi Denis-Courmont [Tue, 25 May 2010 17:28:18 +0000 (20:28 +0300)]
pulse: require Xlib

14 years agoDo not require SDL by default
Rémi Denis-Courmont [Tue, 25 May 2010 17:28:09 +0000 (20:28 +0300)]
Do not require SDL by default

14 years agoMissing #include
Rémi Denis-Courmont [Tue, 25 May 2010 17:13:54 +0000 (20:13 +0300)]
Missing #include

Pointed-out-by: Sébastien Escudier
14 years agox264: make sure b-pyramid ain't set other than high-profile
Ilkka Ollakka [Tue, 25 May 2010 16:10:07 +0000 (19:10 +0300)]
x264: make sure b-pyramid ain't set other than high-profile

Reported by Lotesdelere

14 years agox264: change 8x8dct default to true and fix logic so you can turn it off
Ilkka Ollakka [Tue, 25 May 2010 16:09:24 +0000 (19:09 +0300)]
x264: change 8x8dct default to true and fix logic so you can turn it off

reported by Lotesdelere

14 years agotranscode: use same pts with and without threads on duplicating
Ilkka Ollakka [Tue, 25 May 2010 14:20:01 +0000 (17:20 +0300)]
transcode: use same pts with and without threads on duplicating

14 years agotranscode: use bool instead of int to inform if we need to copy picture
Ilkka Ollakka [Tue, 25 May 2010 14:18:37 +0000 (17:18 +0300)]
transcode: use bool instead of int to inform if we need to copy picture

14 years agoVOD: missing "unicast;" in SETUP Transport response header
Rémi Denis-Courmont [Tue, 25 May 2010 16:46:17 +0000 (19:46 +0300)]
VOD: missing "unicast;" in SETUP Transport response header

14 years agotaglib: read the cover art from mp4.
Rémi Duraffort [Tue, 25 May 2010 16:24:06 +0000 (18:24 +0200)]
taglib: read the cover art from mp4.

14 years agortp sout: fix reporting of sequence number when using SRTP
Pierre Ynard [Tue, 25 May 2010 15:52:39 +0000 (17:52 +0200)]
rtp sout: fix reporting of sequence number when using SRTP

14 years agoMP4: Recognize \xa9wrt
Jean-Baptiste Kempf [Tue, 25 May 2010 13:52:00 +0000 (15:52 +0200)]
MP4: Recognize \xa9wrt

We don't do anything with it yet.

14 years agoMP4: support for the \xa9too atom
Jean-Baptiste Kempf [Tue, 25 May 2010 13:44:41 +0000 (15:44 +0200)]
MP4: support for the \xa9too atom

14 years agoAdd a caution message
Christophe Mutricy [Mon, 24 May 2010 22:26:46 +0000 (23:26 +0100)]
Add a caution message

14 years agoUsed dvdnav_get_video_resolution to fix the AR of some dvd menus.
Laurent Aimar [Mon, 24 May 2010 21:55:07 +0000 (23:55 +0200)]
Used dvdnav_get_video_resolution to fix the AR of some dvd menus.

14 years agoAdded a patch to the contribs to have a dvdnav_get_video_resolution() function in...
Laurent Aimar [Mon, 24 May 2010 21:53:30 +0000 (23:53 +0200)]
Added a patch to the contribs to have a dvdnav_get_video_resolution() function in libdvdnav.

14 years agoAdded an image demuxer.
Laurent Aimar [Mon, 24 May 2010 18:10:31 +0000 (20:10 +0200)]
Added an image demuxer.

It replaces the "fake" demuxer and decoder, and partially
the mjpeg one.
It does not rely on the extensions to detect the format.
The detected picture formats are: XCF, GIF, PNG, TIFF, BMP, PCX,
LBM, PNM, JFIF and SPIFF(Jpeg).
The reload feature of the fake:// demuxer is lost, as well as the deinterlace
feature of the fake decoder, patches are welcome.

It closes #3107 and #3388, and modifies #2295.

14 years agoFixed a memleak in picture_fifo_Delete().
Laurent Aimar [Mon, 24 May 2010 18:06:11 +0000 (20:06 +0200)]
Fixed a memleak in picture_fifo_Delete().

14 years agoFixed raw picture size in rawvideo codec.
Laurent Aimar [Mon, 24 May 2010 17:51:51 +0000 (19:51 +0200)]
Fixed raw picture size in rawvideo codec.

14 years agoMoved var_InheritURational to the core.
Laurent Aimar [Mon, 24 May 2010 15:36:44 +0000 (17:36 +0200)]
Moved var_InheritURational to the core.

14 years agoContribs: update VPX support
Jean-Baptiste Kempf [Mon, 24 May 2010 21:56:40 +0000 (23:56 +0200)]
Contribs: update VPX support

14 years agoMKV: code factorisation around extra_data filling
Jean-Baptiste Kempf [Mon, 24 May 2010 21:11:09 +0000 (23:11 +0200)]
MKV: code factorisation around extra_data filling

14 years agoRawvid: rewind to the beginning of the stream when an error occur
Jean-Baptiste Kempf [Mon, 24 May 2010 20:43:04 +0000 (22:43 +0200)]
Rawvid: rewind to the beginning of the stream when an error occur

That fixes the y4m with unknown chroma that avformat can read

14 years agoMKV: cosmetics
Jean-Baptiste Kempf [Mon, 24 May 2010 20:35:08 +0000 (22:35 +0200)]
MKV: cosmetics

14 years agoMKV: code simplification
Jean-Baptiste Kempf [Mon, 24 May 2010 19:52:04 +0000 (21:52 +0200)]
MKV: code simplification

14 years agoMKV: code factorization on Tag parsing
Jean-Baptiste Kempf [Mon, 24 May 2010 19:42:04 +0000 (21:42 +0200)]
MKV: code factorization on Tag parsing

14 years agoqt4: don't force font and size in epg-widget
Ilkka Ollakka [Mon, 24 May 2010 19:16:11 +0000 (22:16 +0300)]
qt4: don't force font and size in epg-widget

14 years agoqt4: don't force pixelsize in soundslider
Ilkka Ollakka [Mon, 24 May 2010 19:15:49 +0000 (22:15 +0300)]
qt4: don't force pixelsize in soundslider

14 years agoAVI : Don't free uninitialized ES format descriptor for DV muxed in AVI.
Jai Menon [Mon, 24 May 2010 19:13:22 +0000 (21:13 +0200)]
AVI : Don't free uninitialized ES format descriptor for DV muxed in AVI.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoqt4: respect qtconfig fontsize on icon_view
Ilkka Ollakka [Mon, 24 May 2010 18:51:51 +0000 (21:51 +0300)]
qt4: respect qtconfig fontsize on icon_view

This may be too big font for some, but static 7 point isn't that good either.

14 years agoMac OS X: support the mp2t mime type (refs #3485)
Felix Paul Kühne [Sun, 23 May 2010 23:18:07 +0000 (01:18 +0200)]
Mac OS X: support the mp2t mime type (refs #3485)

Manual forwardport of [1c26d070fa884f9964482b6ee46a76f3d94ba6e8]

14 years agolegacy OS X intf: fixed a rare case in which the vout window could loose its window...
Felix Paul Kühne [Sun, 23 May 2010 23:06:50 +0000 (01:06 +0200)]
legacy OS X intf: fixed a rare case in which the vout window could loose its window decoration on recreation after a performed close

Manual forward-port of [fcbdd49671dfc8f2f0a6a74a6da19153b54137bb]

14 years agoMP4: fix off-by-one genre metadata reading
Jean-Baptiste Kempf [Sun, 23 May 2010 22:42:04 +0000 (00:42 +0200)]
MP4: fix off-by-one genre metadata reading

14 years agoAdd the m2pt mimetype to vlc.desktop
Jean-Baptiste Kempf [Sun, 23 May 2010 22:29:12 +0000 (00:29 +0200)]
Add the m2pt mimetype to vlc.desktop

Close #3485

14 years agoAdd Estonian translator
Christophe Mutricy [Sun, 23 May 2010 21:31:50 +0000 (22:31 +0100)]
Add Estonian translator

14 years agol10n: Chinese update
Dean Lee [Sun, 23 May 2010 21:28:23 +0000 (22:28 +0100)]
l10n: Chinese update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoImprove Estonian comment
Mihkel [Sun, 23 May 2010 20:25:52 +0000 (21:25 +0100)]
Improve Estonian comment

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoReally get rid of sdl-config
Christophe Mutricy [Sat, 22 May 2010 21:18:31 +0000 (22:18 +0100)]
Really get rid of sdl-config

Use only pkg-config.
Fix sdl_image detection

14 years agoLinking to X11 is optional
Christophe Mutricy [Fri, 21 May 2010 22:33:05 +0000 (23:33 +0100)]
Linking to X11 is optional

But you need careful, if you compile without X and then run with an X-enabled PulseAudio, boom.

Closes: #3650
14 years agoAdded Qt::Tool flag on the fullscreen widget.
Laurent Aimar [Sun, 23 May 2010 20:38:56 +0000 (22:38 +0200)]
Added Qt::Tool flag on the fullscreen widget.

 It fixes 'on top' behaviour when going fullscreen (at least for linux), and
it avoid having a 'Untitled Window' in the taskbar when fullscreen.

14 years agoFixed vout reuse regression.
Laurent Aimar [Sun, 23 May 2010 20:38:02 +0000 (22:38 +0200)]
Fixed vout reuse regression.

14 years agoGives the needed DPB size when requesting a vout.
Laurent Aimar [Sun, 23 May 2010 20:37:29 +0000 (22:37 +0200)]
Gives the needed DPB size when requesting a vout.

It properly fixes #3526.

14 years agoMade XCB xvideo independant of VOUT_MAX_PICTURES.
Laurent Aimar [Sun, 23 May 2010 20:36:34 +0000 (22:36 +0200)]
Made XCB xvideo independant of VOUT_MAX_PICTURES.

The maximum number of surfaces it will allow is now 128, but the actual value
used is configured by the core (around 20-30 when DR is used, a few otherwise).

14 years agovod_rtsp: use CLOCK_FREQ
Pierre Ynard [Sun, 23 May 2010 19:36:13 +0000 (21:36 +0200)]
vod_rtsp: use CLOCK_FREQ

14 years agovod: limit dynamic payload type to 127
Pierre Ynard [Sun, 23 May 2010 18:33:03 +0000 (20:33 +0200)]
vod: limit dynamic payload type to 127

14 years agovod: remove useless lock
Pierre Ynard [Sun, 23 May 2010 18:28:54 +0000 (20:28 +0200)]
vod: remove useless lock

All the operations are done from the command thread now

14 years agoyoutube.lua: add demux=avformat,ffmpeg for options
Ilkka Ollakka [Sun, 23 May 2010 09:04:01 +0000 (12:04 +0300)]
youtube.lua: add demux=avformat,ffmpeg for options

This should help watching mp4-videos (&fmt=18 and 22 or something like that)
from youtube. ffmpeg for fallback for windows. Not idea about OS X side.

14 years agocontribs: updated binary packages for Mac OS X including WebM support
Felix Paul Kühne [Sun, 23 May 2010 00:59:31 +0000 (02:59 +0200)]
contribs: updated binary packages for Mac OS X including WebM support

14 years agoffmpeg-libvpx: fixed typo
Felix Paul Kühne [Sun, 23 May 2010 00:45:34 +0000 (02:45 +0200)]
ffmpeg-libvpx: fixed typo