Changeset b876d12e0e0cd09278ba26a25094644c07130a24

Show
Ignore:
Timestamp:
08/24/06 03:20:43 (2 years ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1156382443 +0000
git-parent:

[4ecb86281f89ef9d7f3438edcec3798723c93f30]

git-author:
Derk-Jan Hartman <hartman@videolan.org> 1156382443 +0000
Message:

* Also pass along the USER DATA of mpeg4

This should help identify the producing encoder and fix some issues with codec specific problems

Files:

Legend:

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

    r09b70e1 rb876d12  
    335335    block_t *p_pic = NULL; 
    336336 
    337     if( p_frag->p_buffer[3] == 0xB0 || p_frag->p_buffer[3] == 0xB1
    338     { 
     337    if( p_frag->p_buffer[3] == 0xB0 || p_frag->p_buffer[3] == 0xB1 || p_frag->p_buffer[3] == 0xB2
     338    {   /* VOS and USERDATA */ 
    339339#if 0 
    340340        /* Remove VOS start/end code from the original stream */