On 12/19/2014 11:03 PM, James Almer wrote:
On 19/12/14 7:00 PM, Michael Niedermayer wrote:
On Fri, Dec 19, 2014 at 09:58:48PM +0100, Thomas Volkert wrote:
On 12/19/2014 09:57 PM, Thomas Volkert wrote:
+ av_log(s, AV_LOG_ERROR, "invalid start code %c%c%c%c in RIFF header\n", tag & 0xFF, (
On 19/12/14 7:00 PM, Michael Niedermayer wrote:
> On Fri, Dec 19, 2014 at 09:58:48PM +0100, Thomas Volkert wrote:
>> On 12/19/2014 09:57 PM, Thomas Volkert wrote:
>>> + av_log(s, AV_LOG_ERROR, "invalid start code %c%c%c%c in RIFF
>>> header\n", tag & 0xFF, (tag >> 8) & 0xFF, (tag >> 16)
On Fri, Dec 19, 2014 at 09:58:48PM +0100, Thomas Volkert wrote:
> On 12/19/2014 09:57 PM, Thomas Volkert wrote:
> >+av_log(s, AV_LOG_ERROR, "invalid start code %c%c%c%c in RIFF
> >header\n", tag & 0xFF, (tag >> 8) & 0xFF, (tag >> 16) & 0xFF, (tag >> 24) &
> >0xFF);
> > return
On 12/19/2014 09:57 PM, Thomas Volkert wrote:
+ av_log(s, AV_LOG_ERROR, "invalid start code %c%c%c%c in RIFF header\n", tag & 0xFF, (tag >> 8)
& 0xFF, (tag >> 16) & 0xFF, (tag >> 24) & 0xFF);
return AVERROR_INVALIDDATA;
Some remainung tabs - please, remove when commit.
Best r
On Fri, Dec 19, 2014 at 08:15:26PM +, Derek Buitenhuis wrote:
> On 12/19/2014 9:09 PM, Thomas Volkert wrote:
> > + av_log(s, AV_LOG_ERROR, "invalid start code %c%c%c%c in RIFF
> > header\n", tag & 0xFF, (tag >> 8) & 0xFF, (tag >> 16) & 0xFF, (tag >> 24) &
> > 0xFF);
>
> I'm sure pr
On 12/19/2014 9:09 PM, Thomas Volkert wrote:
> + av_log(s, AV_LOG_ERROR, "invalid start code %c%c%c%c in RIFF header\n",
> tag & 0xFF, (tag >> 8) & 0xFF, (tag >> 16) & 0xFF, (tag >> 24) & 0xFF);
I'm sure printing possibly non-printable chars is a great idea. Nothing
could go wrong.
Use 0x%X
On 18.12.2014 14:17, wm4 wrote:
The commit message subject line should be at most 72 (or was it 60?)
characters long. The rest should go into the body of the commit message
(in raw git, the first line of the commit message is the subject, then
comes an empty line, and the rest is the body of the
On Thu, 18 Dec 2014 12:50:25 +0100
Thomas Volkert wrote:
> From: Thomas Volkert
>
The commit message subject line should be at most 72 (or was it 60?)
characters long. The rest should go into the body of the commit message
(in raw git, the first line of the commit message is the subject, then