Changeset 6a8456a649118364f84baf118821ec39d42eb7dc

Show
Ignore:
Timestamp:
01/12/08 18:23:47 (8 months ago)
Author:
Sigmund Augdal Helberg <sigmunau@videolan.org>
git-committer:
Sigmund Augdal Helberg <sigmunau@videolan.org> 1200158627 +0000
git-parent:

[ea869b5e77f87ffb5999b3b367366686837e999c]

git-author:
Sigmund Augdal Helberg <sigmunau@videolan.org> 1200158627 +0000
Message:

Fixed a segfault/division by zero caused by delayed headers in LOAS
format audio.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/packetizer/mpeg4audio.c

    ra5cf7e3 r6a8456a  
    751751    /* Wait for the configuration */ 
    752752    if( !p_sys->b_latm_cfg ) 
    753         return -1
     753        return 0
    754754 
    755755    /* FIXME do we need to split the subframe into independant packet ? */