• Andreas Rheinhardt's avatar
    cbs: Remove useless initializations · fd53f674
    Andreas Rheinhardt authored
    Up until now, a temporary variable was used and initialized every time a
    value was read in CBS; if reading turned out to be successfull, this
    value was overwritten (without having ever been looked at) with the
    value read if reading was successfull; on failure the variable wasn't
    touched either. Therefore these initializations can be and have been
    removed.
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    (cherry picked from commit b71a0367)
    fd53f674
cbs_mpeg2.c 12.8 KB