Merge pull request #1924 from mstorsjo/mismatched-filenames

Fix cases where file headers refer the wrong (old?) file name
This commit is contained in:
sijchen 2015-05-05 11:42:49 +08:00
commit b19041c1b0
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
*
* manage_ref_pic.cpp
* manage_dec_ref.cpp
*
* Abstract
* Implementation for managing reference picture

View File

@ -28,7 +28,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* cabac_decoder.cpp: cabac parse for syntax elements
* parse_mb_syn_cabac.cpp: cabac parse for syntax elements
*/
#include "parse_mb_syn_cabac.h"
#include "mv_pred.h"