[Ffmpeg-devel] MPEG2 seeking broken

matthieu castet castet.matthieu
Wed Apr 19 22:20:23 CEST 2006


Mike Melanson wrote:
> Michael Niedermayer wrote:
> 
>>> +    assert(ref_picture != NULL);
>>> +    if (ref_picture == NULL) {
>>
>>
>>
>> is not acceptable
> 
> 
> What's the policy? No asserts?
> 
IRRC an assert is a bug and should never occurs (the policy seems to 
keep them enable (ie abort in case of failure) ).
So the case where ref_picture == NULL will never occur....

Matthieu





More information about the ffmpeg-devel mailing list