Hi,
- Mail original -
> From: Dmitry Volyntsev
>
> Signed-off-by: Dmitry Volytnsev
> ---
> libavdevice/v4l2.c | 37 -
> 1 file changed, 20 insertions(+), 17 deletions(-)
>
> diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c
> index 9f9f944..7b9
On 09/03/2014 08:12 PM, Michael Niedermayer wrote:
On Wed, Sep 03, 2014 at 11:53:39AM +0200, Jörg Krause wrote:
Add the feature test macro which is required for building with the
musl toolchain.
The feature test macro _XOPEN_SOURCE = 600 provides the XSI-compliant
version of strerror_r().
Sig
The actual duration syntax with optional hours can be found in the
ffmpeg-utils doc, but mention only seconds for filter options because
":" is an option separator (at least on the command line).
---
doc/filters.texi | 36
1 file changed, 8 insertions(+), 28 de
On Fri, Aug 29, 2014 at 12:31 PM, Petri Hintukainen wrote:
> From: Petri Hintukainen
>
> Fixes ticket #2208
> ---
> libavformat/Makefile | 1 +
> libavformat/allformats.c | 1 +
> libavformat/supenc.c | 61
>
> 3 files changed, 63 inser
Hi,
- Mail original -
> Signed-off-by: Michael Niedermayer
> ---
> libavdevice/x11grab.c |5 -
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c
> index 120f754..e0d1dfa 100644
> --- a/libavdevice/x11grab.c
> +++ b/li
Yes, I could confirm that patch is LGTM. Successfully checked it on
one day long run.
On Tue, Sep 2, 2014 at 11:35 AM, Giorgio Vazzana wrote:
> 2014-09-02 2:07 GMT+02:00 Michael Niedermayer :
>> should i apply the previous patch or wait ?
>
> Let's wait some days so that Dmitry can test the patch
2014-09-03 13:46 GMT+02:00 :
> From: Dmitry Volyntsev
>
> Signed-off-by: Dmitry Volytnsev
> ---
> libavdevice/v4l2.c | 37 -
> 1 file changed, 20 insertions(+), 17 deletions(-)
LGTM too, thanks.
___
ffmpeg-devel
Hi Reinhard
On Wed, Sep 03, 2014 at 11:33:48PM -0400, Reinhard Tartler wrote:
> On Wed, Sep 3, 2014 at 9:34 PM, Michael Niedermayer wrote:
> > On Wed, Sep 03, 2014 at 08:22:43PM -0400, Reinhard Tartler wrote:
> >> On Wed, Sep 3, 2014 at 9:39 AM, Michael Niedermayer
> >> wrote:
> >> > On Tue, Se
On Thu, Sep 04, 2014 at 10:27:34AM +0200, Benoit Fouet wrote:
> Hi,
>
> - Mail original -
> > Signed-off-by: Michael Niedermayer
> > ---
> > libavdevice/x11grab.c |5 -
> > 1 file changed, 4 insertions(+), 1 deletion(-)
> >
> > diff --git a/libavdevice/x11grab.c b/libavdevice/x1
On Wed, Sep 03, 2014 at 03:46:03PM +0400, xe-l...@yandex.ru wrote:
> From: Dmitry Volyntsev
>
> Signed-off-by: Dmitry Volytnsev
applied
thanks to all
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The real ebay dictionary, page 2
"100% positive feedback" -
On date Thursday 2014-09-04 01:17:16 -0700, Mark Harris encoded:
> The actual duration syntax with optional hours can be found in the
> ffmpeg-utils doc, but mention only seconds for filter options because
> ":" is an option separator (at least on the command line).
But you can escape ":" or you c
from the flv spec, the flvtag define the tagtype as one byte,
the spec desc is:
Reserved UB[2] Reserved for FMS, should be 0
FilterUB[1] Indicates if packets are filtered.
0 = No pre-processing required.
1 = Pre-processing (such as decryption) of the packet is
On to, 2014-09-04 at 10:19 +0200, Hendrik Leppkes wrote:
> On Fri, Aug 29, 2014 at 12:31 PM, Petri Hintukainen
> wrote:
> > From: Petri Hintukainen
> >
> > Fixes ticket #2208
> > ---
> > libavformat/Makefile | 1 +
> > libavformat/allformats.c | 1 +
> > libavformat/supenc.c | 61
> >
Attached patch adds bits_per_component (bit depth) output for video streams.
>From ea0e6884d42d3fe9e16565920b2c06c89015ff09 Mon Sep 17 00:00:00 2001
From: Tobias Rapp
Date: Thu, 4 Sep 2014 14:16:29 +0200
Subject: [PATCH] ffprobe: Add bits_per_component to stream output
Adds bits_per_component (b
Previous patch did contain an obsolete line in function
av_get_bits_per_component. New patch file attached.
Regards,
Tobias
>From 2271a50358e9d464dd53ed9936581e11b28e5940 Mon Sep 17 00:00:00 2001
From: Tobias Rapp
Date: Thu, 4 Sep 2014 14:47:14 +0200
Subject: [PATCH] ffprobe: Add bits_per_compo
On Thu, Sep 04, 2014 at 08:23:19PM +0800, Steven Liu wrote:
> from the flv spec, the flvtag define the tagtype as one byte,
> the spec desc is:
> Reserved UB[2] Reserved for FMS, should be 0
> FilterUB[1] Indicates if packets are filtered.
> 0 = No pre-processing required.
>
On Wed, Sep 03, 2014 at 07:30:49PM +0200, Michael Niedermayer wrote:
> On Thu, Aug 28, 2014 at 01:28:18PM +0200, Andreas Cadhalpun wrote:
> > On 28.08.2014 04:36, Michael Niedermayer wrote:
> > >On Wed, Aug 27, 2014 at 05:21:18PM -0800, Lou Logan wrote:
> > >>On Tue, 26 Aug 2014 13:41:42 +0200, Mic
On Sep 4, 2014, at 8:39 AM, Tobias Rapp wrote:
> Attached patch adds bits_per_component (bit depth) output for video streams.
Adding an element to the ffprobe output requires a change to ffprobe.xsd as
well.
Dave Rice
___
ffmpeg-devel mailing list
f
On Wed, 3 Sep 2014 23:33:48 -0400
Reinhard Tartler wrote:
> On Wed, Sep 3, 2014 at 9:34 PM, Michael Niedermayer wrote:
> > On Wed, Sep 03, 2014 at 08:22:43PM -0400, Reinhard Tartler wrote:
> >> On Wed, Sep 3, 2014 at 9:39 AM, Michael Niedermayer
> >> wrote:
> >> > On Tue, Sep 02, 2014 at 10:06
On Thu, Sep 04, 2014 at 03:36:03PM +0200, Michael Niedermayer wrote:
> On Wed, Sep 03, 2014 at 07:30:49PM +0200, Michael Niedermayer wrote:
> > On Thu, Aug 28, 2014 at 01:28:18PM +0200, Andreas Cadhalpun wrote:
> > > On 28.08.2014 04:36, Michael Niedermayer wrote:
> > > >On Wed, Aug 27, 2014 at 05:
Do you have some instructions on how to get the headers to make this
download work? Any links to some device to exercise the code, like on
amazon [cheaper better LOL].
On Tue, Sep 2, 2014 at 3:26 AM, Deti Fliegl wrote:
> On 30.08.14 01:22, Michael Niedermayer wrote:
>
>> moving code from (like
On Thu, Sep 04, 2014 at 03:53:55PM +0200, wm4 wrote:
> On Wed, 3 Sep 2014 23:33:48 -0400
> Reinhard Tartler wrote:
>
> > On Wed, Sep 3, 2014 at 9:34 PM, Michael Niedermayer
> > wrote:
> > > On Wed, Sep 03, 2014 at 08:22:43PM -0400, Reinhard Tartler wrote:
> > >> On Wed, Sep 3, 2014 at 9:39 AM,
On 04.09.2014 15:38, Dave Rice wrote:
Attached patch adds bits_per_component (bit depth) output for video streams.
Adding an element to the ffprobe output requires a change to ffprobe.xsd as
well.
Indeed. Attached patch version 3 now includes the update to ffprobe.xsd.
Regards,
Tobias
>From
On 9/4/14 8:06 AM, Roger Pack wrote:
Do you have some instructions on how to get the headers to make this
download work? Any links to some device to exercise the code, like on
amazon [cheaper better LOL].
The DeckLink headers/sdk/libraries can be found at blackmagicdesign.com.
The last copy I d
On 9/4/2014 4:33 AM, Reinhard Tartler wrote:
> So the promise given in
> https://lists.libav.org/pipermail/libav-devel/2012-February/020712.html
> doesn't hold anymore?
>
> Any chance to make you reconsider reviving the standalone libpostproc.git?
Guilty party here.
I kinda just neglected it bec
On Thu, 4 Sep 2014 16:30:14 +0200
Michael Niedermayer wrote:
> On Thu, Sep 04, 2014 at 03:53:55PM +0200, wm4 wrote:
> > On Wed, 3 Sep 2014 23:33:48 -0400
> > Reinhard Tartler wrote:
> >
> > > On Wed, Sep 3, 2014 at 9:34 PM, Michael Niedermayer
> > > wrote:
> > > > On Wed, Sep 03, 2014 at 08:2
On Thu, 04 Sep 2014 10:07:19 +0200
Jörg Krause wrote:
>
> On 09/03/2014 08:12 PM, Michael Niedermayer wrote:
> > On Wed, Sep 03, 2014 at 11:53:39AM +0200, Jörg Krause wrote:
> >> Add the feature test macro which is required for building with the
> >> musl toolchain.
> >>
> >> The feature test ma
On Wed, Sep 3, 2014 at 11:53 AM, Jörg Krause wrote:
> Add the feature test macro which is required for building with the
> musl toolchain.
>
> The feature test macro _XOPEN_SOURCE = 600 provides the XSI-compliant
> version of strerror_r().
>
> Signed-off-by: Jörg Krause
> ---
> Changes v1 -> v2:
On Thu, 04 Sep 2014 16:31:45 +0200
Tobias Rapp wrote:
> From 4a2290540ae0761c6ea2a5f12326ad8dd1257e57 Mon Sep 17 00:00:00 2001
> From: Tobias Rapp
> Date: Thu, 4 Sep 2014 16:25:22 +0200
> Subject: [PATCH] ffprobe: Add bits_per_component to stream output
>
> Adds bits_per_component (bit depth) o
On Thu, 4 Sep 2014 17:27:48 +0200
Hendrik Leppkes wrote:
> On Wed, Sep 3, 2014 at 11:53 AM, Jörg Krause wrote:
> > Add the feature test macro which is required for building with the
> > musl toolchain.
> >
> > The feature test macro _XOPEN_SOURCE = 600 provides the XSI-compliant
> > version of s
On Thu, Sep 04, 2014 at 05:23:12PM +0200, wm4 wrote:
> On Thu, 4 Sep 2014 16:30:14 +0200
> Michael Niedermayer wrote:
>
> > On Thu, Sep 04, 2014 at 03:53:55PM +0200, wm4 wrote:
> > > On Wed, 3 Sep 2014 23:33:48 -0400
> > > Reinhard Tartler wrote:
[...]
> >
> > Iam not saying iam against it, jus
On Thu, 04 Sep 2014 15:24:52 +0300
Petri Hintukainen wrote:
> On to, 2014-09-04 at 10:19 +0200, Hendrik Leppkes wrote:
> > On Fri, Aug 29, 2014 at 12:31 PM, Petri Hintukainen
> > wrote:
> > > From: Petri Hintukainen
> > >
> > > Fixes ticket #2208
> > > ---
> > > libavformat/Makefile | 1
On Sep 4, 2014, at 10:44 AM, Deron wrote:
> On 9/4/14 8:06 AM, Roger Pack wrote:
>> Do you have some instructions on how to get the headers to make this
>> download work? Any links to some device to exercise the code, like on
>> amazon [cheaper better LOL].
>>
> The DeckLink headers/sdk/librari
On Thu, Sep 04, 2014 at 10:19:05AM +0200, Hendrik Leppkes wrote:
> On Fri, Aug 29, 2014 at 12:31 PM, Petri Hintukainen
> wrote:
> > +static int sup_write_packet(AVFormatContext *s, AVPacket *pkt)
> > +{
> > +/* header */
> > +avio_wb16(s->pb, SUP_PGS_MAGIC);
> > +avio_wb32(s->pb, (uin
On 09/04/2014 05:24 PM, wm4 wrote:
On Thu, 04 Sep 2014 10:07:19 +0200
Jörg Krause wrote:
On 09/03/2014 08:12 PM, Michael Niedermayer wrote:
On Wed, Sep 03, 2014 at 11:53:39AM +0200, Jörg Krause wrote:
Add the feature test macro which is required for building with the
musl toolchain.
The fe
On Tue, Sep 02, 2014 at 02:20:40PM -0700, hjiodjf 97xgw46 wrote:
> The cropdetect filter is prone to reporting negative-sized rectangles,
> particularly for dark images. This patch adjusts the limits of the
> filter loops, preventing the left/right and top/bottom offsets from
> crossing each other,
On Sun, Aug 31, 2014 at 11:46:13PM -0300, James Almer wrote:
> ~20% faster than AVX.
>
> Signed-off-by: James Almer
> ---
> libavcodec/x86/hevc_res_add.asm | 31 +++
> libavcodec/x86/hevcdsp.h| 2 ++
> libavcodec/x86/hevcdsp_init.c | 2 ++
> 3 files change
Stefano Sabatini wrote:
> What about:
>
> Specify time for starting to apply the fade effect. Default is 0.
> The value must be specified as a time duration, see
> @ref{date syntax,,the Date section in the ffmpeg-utils(1)
> manual,ffmpeg-utils}.
>
> Same below.
Ok, I am sending a new patch, repla
Make time duration references consistent, using @ref links, and
eliminate incorrect syntax [-]HH[:MM[:SS[.m...]]].
---
doc/filters.texi | 68
1 file changed, 29 insertions(+), 39 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
On Wed, Sep 03, 2014 at 02:04:43PM -0700, Pascal Massimino wrote:
> Clément
>
> On Wed, Sep 3, 2014 at 12:37 PM, Clément Bœsch wrote:
>
> > On Wed, Sep 03, 2014 at 07:05:48PM +0200, Pascal Massimino wrote:
> > [...]
> > > > > +punpcklbw m3, m_zero
> > > > > +punpckhbw m4, m_zero
> > > >
Also remove ff_smil_extract_next_chunk - this was the last user of it.
---
No changes.
---
libavformat/realtextdec.c | 17 ++---
libavformat/subtitles.c | 9 -
libavformat/subtitles.h | 5 -
3 files changed, 10 insertions(+), 21 deletions(-)
diff --git a/libavformat/
ff_smil_extract_next_chunk() is still used by RealText.
---
No changes.
---
libavformat/samidec.c | 17 ++---
libavformat/subtitles.c | 15 ---
libavformat/subtitles.h | 5 +
3 files changed, 27 insertions(+), 10 deletions(-)
diff --git a/libavformat/samidec.c b/lib
Use the UTF-16 BOM to detect UTF-16 encoding. Convert the file contents
to UTF-8 on the fly using FFTextReader, which acts as converting wrapper
around AVIOContext. It also can work on a static buffer, needed for
format probing. The FFTextReader wrapper now also takes care of skipping
the UTF-8 BOM
---
ff_subtitles_read_line() now returns an error if a 0 byte is
encountered. This is faster and could be considered more correct.
It also handles UTF recode errors better.
---
libavformat/srtdec.c| 25 +---
libavformat/subtitles.c | 51 +
---
Follows reimar's suggestion for detecting UTF-16. If the detection goes
wrong, probing the format won't succeed, so this should not break
anything.
I didn't use ffio_ensure_seekback), because this apparently reallocates
the buffer - which we certainly don't want, because the probe API
doesn't
---
As suggested by ubitux. Note that the change to ff_subtitles_read_line()
already cuts down the probing time a lot, so maybe this is not needed.
---
libavformat/srtdec.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/srtdec.c b/libavformat/srtdec.c
index b63d344..f5f3933 100644
On 09/04/2014 05:27 PM, Hendrik Leppkes wrote:
On Wed, Sep 3, 2014 at 11:53 AM, Jörg Krause wrote:
Add the feature test macro which is required for building with the
musl toolchain.
The feature test macro _XOPEN_SOURCE = 600 provides the XSI-compliant
version of strerror_r().
[..]
_XOPEN_
There was quite a difference building up between FFmpeg's x86inc.asm file and
x264's so I spent a little time merging some of the easy patches into our copy.
I have also included Anton's patch which adds a little checking on instructions
used and whether they are supported by the instruction set
From: Anton Mitrofanov
---
libavutil/x86/x86inc.asm | 581 +++---
1 files changed, 295 insertions(+), 286 deletions(-)
diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm
index 1cfb055..87f3af7 100644
--- a/libavutil/x86/x86inc.asm
+++ b/lib
This lets the cglobal macro automatically append a suffix to the function name.
This means that INIT_XMM avx must be used rather than INIT_AVX.
---
libavcodec/x86/v210.asm | 22 --
1 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/libavcodec/x86/v210.asm b/liba
From: Henrik Gramner
This makes more sense for future implementations of templates with zmm
registers.
---
libavutil/x86/x86inc.asm |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm
index 87f3af7..65a23d8 100644
-
The same can be done with INIT_XMM avx
---
libavutil/x86/x86inc.asm |8
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm
index 65a23d8..c028c0b 100644
--- a/libavutil/x86/x86inc.asm
+++ b/libavutil/x86/x86inc.asm
@@ -85
From: Loren Merritt
---
libavutil/x86/x86inc.asm | 18 +-
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm
index c028c0b..4cc6b0e 100644
--- a/libavutil/x86/x86inc.asm
+++ b/libavutil/x86/x86inc.asm
@@ -821,12 +8
From: Henrik Gramner
Previously there was a limit of two cpuflags.
---
libavutil/x86/x86inc.asm | 41 ++---
1 files changed, 22 insertions(+), 19 deletions(-)
diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm
index 4cc6b0e..fa6a6ab 100644
---
paddq is an SSE2 instruction so it cannot be used for MMX.
This was probably just a typo because the sums are dwords anyway.
---
We should have picked this up in review but we didn't...
libavfilter/x86/vf_idet.asm |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavfi
This avoids several failures on fate.ffmpeg.org, and thus makes real
bugs easier to spot
Signed-off-by: Michael Niedermayer
---
libavutil/md5.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/md5.c b/libavutil/md5.c
index 63fc37d..32c5c27 100644
--- a/libavutil/m
On 2014-09-05 00:31, Michael Niedermayer wrote:
> This avoids several failures on fate.ffmpeg.org, and thus makes real
> bugs easier to spot
A good reason.
> +volatile uint8_t in[1000]; // volatile to workaround
> http://llvm.org/bugs/show_bug.cgi?id=20849
Perhaps add a FIXME to the comment
On Fri, Sep 05, 2014 at 12:13:35AM +0200, James Darnley wrote:
> This lets the cglobal macro automatically append a suffix to the function
> name.
> This means that INIT_XMM avx must be used rather than INIT_AVX.
> ---
> libavcodec/x86/v210.asm | 22 --
> 1 files changed, 12
On Fri, Sep 05, 2014 at 12:36:29AM +0200, James Darnley wrote:
> On 2014-09-05 00:31, Michael Niedermayer wrote:
> > This avoids several failures on fate.ffmpeg.org, and thus makes real
> > bugs easier to spot
>
> A good reason.
>
> > +volatile uint8_t in[1000]; // volatile to workaround
> >
On 2014-09-05 00:13, James Darnley wrote:
> From: Anton Mitrofanov
>
> ---
> libavutil/x86/x86inc.asm | 581
> +++---
> 1 files changed, 295 insertions(+), 286 deletions(-)
If I didn't make it clear, this has not yet been added to x264's x86inc.
It is
On Fri, Sep 05, 2014 at 12:49:10AM +0200, James Darnley wrote:
> On 2014-09-05 00:13, James Darnley wrote:
> > From: Anton Mitrofanov
> >
> > ---
> > libavutil/x86/x86inc.asm | 581
> > +++---
> > 1 files changed, 295 insertions(+), 286 deletions(-)
>
>
On 04/09/14 5:18 PM, Michael Niedermayer wrote:
> On Sun, Aug 31, 2014 at 11:46:13PM -0300, James Almer wrote:
>> ~20% faster than AVX.
>>
>> Signed-off-by: James Almer
>> ---
>> libavcodec/x86/hevc_res_add.asm | 31 +++
>> libavcodec/x86/hevcdsp.h| 2 ++
>> l
On Fri, Sep 05, 2014 at 12:13:37AM +0200, James Darnley wrote:
> From: Loren Merritt
>
> ---
> libavutil/x86/x86inc.asm | 18 +-
> 1 files changed, 9 insertions(+), 9 deletions(-)
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FA
On Thu, Sep 4, 2014 at 7:27 AM, Michael Niedermayer wrote:
> Hi Reinhard
>
> On Wed, Sep 03, 2014 at 11:33:48PM -0400, Reinhard Tartler wrote:
>> On Wed, Sep 3, 2014 at 9:34 PM, Michael Niedermayer wrote:
>> > On Wed, Sep 03, 2014 at 08:22:43PM -0400, Reinhard Tartler wrote:
>> >> On Wed, Sep 3,
On Thu, Sep 4, 2014 at 11:23 AM, wm4 wrote:
> And in general, it's a good idea to move optional libraries out of
> ffmpeg.git. (In fact, ffmpeg.git should be split into several git
> repos, one for each lib.)
That idea seems very interesting to me. If coordinated and implemented
well, it could p
On Fri, Sep 05, 2014 at 12:13:34AM +0200, James Darnley wrote:
> From: Henrik Gramner
>
> This makes more sense for future implementations of templates with zmm
> registers.
> ---
> libavutil/x86/x86inc.asm |8
> 1 files changed, 4 insertions(+), 4 deletions(-)
applied
thanks
[.
On Thu, Sep 04, 2014 at 07:42:00PM -0400, Reinhard Tartler wrote:
> On Thu, Sep 4, 2014 at 7:27 AM, Michael Niedermayer wrote:
> > Hi Reinhard
> >
> > On Wed, Sep 03, 2014 at 11:33:48PM -0400, Reinhard Tartler wrote:
> >> On Wed, Sep 3, 2014 at 9:34 PM, Michael Niedermayer
> >> wrote:
> >> > On
On Thu, Sep 4, 2014 at 9:32 PM, Michael Niedermayer wrote:
>> At the end of the day, I need a source tarball that contains
>> maintained sources of a stand-alone libpostproc. I don't care too much
>> how it is created, as long as it doesn't result in code-duplication
>> with existing sources in De
On Mon, Sep 01, 2014 at 10:34:34AM +, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
> doc/filters.texi | 69 ++
> libavfilter/Makefile | 1 +
> libavfilter/af_silenceremove.c | 480
> +
> libavfilter/allfilters.
On 05.09.2014, at 03:46, Reinhard Tartler wrote:
> On Thu, Sep 4, 2014 at 9:32 PM, Michael Niedermayer wrote:
>>> At the end of the day, I need a source tarball that contains
>>> maintained sources of a stand-alone libpostproc. I don't care too much
>>> how it is created, as long as it doesn't re
On 04.09.2014 17:39, wm4 wrote:
diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h
index 41e81db..f8af18f 100644
--- a/libavutil/pixdesc.h
+++ b/libavutil/pixdesc.h
@@ -251,6 +251,13 @@ int av_get_bits_per_pixel(const AVPixFmtDescriptor
*pixdesc);
int av_get_padded_bits_per_pixel(const AVP
71 matches
Mail list logo