diff options
Diffstat (limited to 'doc/hackersguide/output.docbook')
-rw-r--r-- | doc/hackersguide/output.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hackersguide/output.docbook b/doc/hackersguide/output.docbook index bd5ff200e..32e1d7db3 100644 --- a/doc/hackersguide/output.docbook +++ b/doc/hackersguide/output.docbook @@ -267,7 +267,7 @@ a deep copy of the frame, because the decoder might still use the frame as a reference frame for future decoding. The usual procedure is: <programlisting> - modified_frame = port->original_port->get_frame(port->original_port, ...); + modified_frame = port->original_port->get_frame(port->original_port, …); _x_post_frame_copy_down(frame, modified_frame); copy_and_modify(frame, modified_frame); skip = modified_frame->draw(modified_frame, stream); |