<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - mesa-vdpau-drivers: breaks vdpau for mpeg2video"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98914#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - mesa-vdpau-drivers: breaks vdpau for mpeg2video"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98914">bug 98914</a>
              from <span class="vcard"><a class="email" href="mailto:deathsimple@vodafone.de" title="Christian König <deathsimple@vodafone.de>"> <span class="fn">Christian König</span></a>
</span></b>
        <pre>Good work, looks like this fix had some unintended side effects. 

Please try the following:

Revert the change without creating a commit, e.g. run "git revert -n
1fb4179f927442354f93dfc8494f0236e50af838".

Then reset the changes to their not added state, e.g. run "git reset HEAD".
This should give you the following list:
M       src/gallium/auxiliary/vl/vl_deint_filter.c
M       src/gallium/auxiliary/vl/vl_idct.c
M       src/gallium/auxiliary/vl/vl_matrix_filter.c
M       src/gallium/auxiliary/vl/vl_median_filter.c
M       src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c
M       src/gallium/auxiliary/vl/vl_vlc.h
M       src/gallium/auxiliary/vl/vl_zscan.c

Now use git checkout on each file (e.g. "git checkout
src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c") to figure out what change
actually broke the decoding.

My best bet is vl_mpeg12_bitstream.c, but could as well be vl_idct.c,
vl_zscan.c or vl_vlc.h.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>