Changeset 270e081243fdd412e2391e7aba1cfca96f5b148f
- Timestamp:
- 05/28/08 01:20:53
(3 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1211930453 +0200
- git-parent:
[a095d6b7e60913054625b1b7fea710621586ebe9]
- git-author:
- Rafaël Carré <funman@videolan.org> 1211888748 +0200
- Message:
Workaround invalid use reference counting of pictures
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rdb7b941 |
r270e081 |
|
| 312 | 312 | p_pic_dst->b_top_field_first = p_pic->b_top_field_first; |
|---|
| 313 | 313 | |
|---|
| 314 | | p_pic->pf_release( p_pic ); |
|---|
| | 314 | if( p_pic->pf_release ) |
|---|
| | 315 | p_pic->pf_release( p_pic ); |
|---|
| 315 | 316 | return p_pic_dst; |
|---|
| 316 | 317 | } |
|---|