Changeset 2c2d0cb25cf51d8069f3be588e16a8ed366bcf8d
- Timestamp:
- 13/08/08 00:57:25
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1218581845 +0200
- git-parent:
[b94d650241f8d0ce33e3ca1285d878e6819cd149]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1218578289 +0200
- Message:
image: Removed unused function.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5f8cd39 |
r2c2d0cb |
|
| 567 | 567 | */ |
|---|
| 568 | 568 | |
|---|
| 569 | | static void video_release_buffer( picture_t *p_pic ) |
|---|
| 570 | | { |
|---|
| 571 | | picture_Release( p_pic ); |
|---|
| 572 | | } |
|---|
| 573 | | |
|---|
| 574 | 569 | static picture_t *video_new_buffer( decoder_t *p_dec ) |
|---|
| 575 | 570 | { |
|---|