Changeset 96250779f78d93eb59cc49388cbb519c14c27307
- Timestamp:
- 17/05/08 19:42:16
(5 months ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1211046136 +0200
- git-parent:
[a4056df25a32758069120e7749938397ee0e34b8]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1211030454 +0200
- Message:
Small cleanup
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra263368 |
r9625077 |
|
| 1297 | 1297 | |
|---|
| 1298 | 1298 | memcpy( (uint8_t*)p_enc->fmt_out.p_extra + p_enc->fmt_out.i_extra, |
|---|
| 1299 | | p_sys->p_buffer, i_size ); |
|---|
| | 1299 | p_sys->p_buffer, i_size ); |
|---|
| 1300 | 1300 | |
|---|
| 1301 | 1301 | p_enc->fmt_out.i_extra += i_size; |
|---|